]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Resolve more handle leaks.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 31 Jul 2002 06:16:47 +0000 (06:16 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 31 Jul 2002 06:16:47 +0000 (06:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96256 13f79535-47bb-0310-9956-ffa450edef68

os/win32/util_win32.c

index 021a8c7f0bbff800b444e6edfd0ee1647d24298e..96fece4a642eb66c8ab35e8c79777d1432e8f172 100644 (file)
@@ -175,7 +175,7 @@ PSECURITY_ATTRIBUTES GetNullACL()
         return NULL;
     }
 
-    sa->bInheritHandle = TRUE;
+    sa->bInheritHandle = FALSE;
     return sa;
 }