You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2006/04/09 06:49:46 UTC

svn commit: r392678 - /apr/apr/branches/0.9.x/file_io/win32/pipe.c

Author: wrowe
Date: Sat Apr  8 21:49:45 2006
New Revision: 392678

URL: http://svn.apache.org/viewcvs?rev=392678&view=rev
Log:

  Small backport discrepancy, no pollset created back in the 0.9 flavors.

Modified:
    apr/apr/branches/0.9.x/file_io/win32/pipe.c

Modified: apr/apr/branches/0.9.x/file_io/win32/pipe.c
URL: http://svn.apache.org/viewcvs/apr/apr/branches/0.9.x/file_io/win32/pipe.c?rev=392678&r1=392677&r2=392678&view=diff
==============================================================================
--- apr/apr/branches/0.9.x/file_io/win32/pipe.c (original)
+++ apr/apr/branches/0.9.x/file_io/win32/pipe.c Sat Apr  8 21:49:45 2006
@@ -209,7 +209,6 @@
     (*file)->timeout = -1;
     (*file)->ungetchar = -1;
     (*file)->filehand = *thefile;
-    (void) apr_pollset_create(&(*file)->pollset, 1, pool, 0);
 
     if (register_cleanup) {
         apr_pool_cleanup_register(pool, *file, file_cleanup,