]> granicus.if.org Git - apache/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)
commitdf246e149ebc68a6bd3c1c133762fbc7c4524e9c
treea966cbdf4d5b204d42dc08537a940ed2f46f9703
parentfe341032f6154b069fbbcfffdd98cf883cfaf3ed
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