From: William A. Rowe Jr Date: Wed, 31 Jul 2002 06:16:47 +0000 (+0000) Subject: Resolve more handle leaks. X-Git-Tag: 2.0.40~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e13b33639298c34aecb96a97e36648634e083f0a;p=thirdparty%2Fapache%2Fhttpd.git Resolve more handle leaks. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96256 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/win32/util_win32.c b/os/win32/util_win32.c index 021a8c7f0bb..96fece4a642 100644 --- a/os/win32/util_win32.c +++ b/os/win32/util_win32.c @@ -175,7 +175,7 @@ PSECURITY_ATTRIBUTES GetNullACL() return NULL; } - sa->bInheritHandle = TRUE; + sa->bInheritHandle = FALSE; return sa; }