]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
missed one
authorJim Jagielski <jim@apache.org>
Thu, 15 Nov 2012 20:57:23 +0000 (20:57 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 15 Nov 2012 20:57:23 +0000 (20:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1410004 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/worker/worker.c

index 45fd38e0faf29efba14e86f60b76bd953bdfc1c4..bd105ce307c178c16eff8e707d95acb022e86382 100644 (file)
@@ -1341,7 +1341,7 @@ static void child_main(int child_num_arg)
                     break;
                 }
             }
-            if (rv == AP_GRACEFUL || rv == AP_RESTART) {
+            if (rv == AP_MPM_PODX_GRACEFUL || rv == AP_MPM_PODX_RESTART) {
                 /* make sure the start thread has finished;
                  * signal_threads() and join_workers depend on that
                  */