You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2012/11/15 21:57:24 UTC

svn commit: r1410004 - /httpd/httpd/trunk/server/mpm/worker/worker.c

Author: jim
Date: Thu Nov 15 20:57:23 2012
New Revision: 1410004

URL: http://svn.apache.org/viewvc?rev=1410004&view=rev
Log:
missed one

Modified:
    httpd/httpd/trunk/server/mpm/worker/worker.c

Modified: httpd/httpd/trunk/server/mpm/worker/worker.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/worker/worker.c?rev=1410004&r1=1410003&r2=1410004&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/worker/worker.c (original)
+++ httpd/httpd/trunk/server/mpm/worker/worker.c Thu Nov 15 20:57:23 2012
@@ -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
                  */