]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Follow up to r1526666:
authorJeff Trawick <trawick@apache.org>
Sat, 28 Sep 2013 19:14:25 +0000 (19:14 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 28 Sep 2013 19:14:25 +0000 (19:14 +0000)
commita241b53e7e28e96de18ebd78134495801f4b32ef
treea966cbdf4d5b204d42dc08537a940ed2f46f9703
parent746dcb50e17c64c88447faf560f939da9a31a0a0
Follow up to r1526666:

Use SYNCHRONIZE instead of PROCESS_ALL_ACCESS because

a. it is sufficient
b. it avoids an issue where PROCESS_ALL_ACCESS is larger on
   newer SDKs, resulting in a run-time error when running on
   older Windows

Close the handle.

Submitted by: Ivan Zhakov <ivan visualsvn.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1527220 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/winnt/child.c