]> granicus.if.org Git - apache/commitdiff
If we only need to toggle the event, don't ask for the whole ball 'o wax.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 6 Feb 2002 21:09:26 +0000 (21:09 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 6 Feb 2002 21:09:26 +0000 (21:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93313 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/winnt/mpm_winnt.c

index 038663a7c90455a4fc554e4435184df15cad2552..9a8a4e15d98f967ad5909a36890edf347d181c5e 100644 (file)
@@ -464,7 +464,7 @@ AP_DECLARE(void) ap_signal_parent(ap_signal_parent_e type)
            return;
     }
 
-    e = OpenEvent(EVENT_ALL_ACCESS, FALSE, signal_name);
+    e = OpenEvent(EVENT_MODIFY_STATE, FALSE, signal_name);
     if (!e) {
        /* Um, problem, can't signal the parent, which means we can't
         * signal ourselves to die. Ignore for now...