You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/07/31 08:16:47 UTC

cvs commit: httpd-2.0/os/win32 util_win32.c

wrowe       2002/07/30 23:16:47

  Modified:    os/win32 util_win32.c
  Log:
    Resolve more handle leaks.
  
  Revision  Changes    Path
  1.29      +1 -1      httpd-2.0/os/win32/util_win32.c
  
  Index: util_win32.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/win32/util_win32.c,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- util_win32.c	29 Jul 2002 05:06:20 -0000	1.28
  +++ util_win32.c	31 Jul 2002 06:16:47 -0000	1.29
  @@ -175,7 +175,7 @@
           return NULL;
       }
   
  -    sa->bInheritHandle = TRUE;
  +    sa->bInheritHandle = FALSE;
       return sa;
   }