]> granicus.if.org Git - apache/commitdiff
A cleanup from the redundancy dept. of redundancy
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 6 Feb 2002 08:14:11 +0000 (08:14 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 6 Feb 2002 08:14:11 +0000 (08:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93281 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_winnt.c

index 56844de5c864327c7baefe0c9e58bb6f9f4ae26d..263c4af4614b6b56b35fb988818fc01ed84dd58e 100644 (file)
@@ -1373,7 +1373,7 @@ static int create_process(apr_pool_t *p, HANDLE *child_proc, HANDLE *child_exit_
     HANDLE hNullOutput;
     HANDLE hShareError;
     HANDLE hCurrentProcess = GetCurrentProcess();
-    SECURITY_ATTRIBUTES sa = {sizeof(SECURITY_ATTRIBUTES), NULL, TRUE};
+    SECURITY_ATTRIBUTES sa;
 
     sa.nLength = sizeof(sa);
     sa.bInheritHandle = TRUE;