You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2020/05/10 15:24:10 UTC

svn commit: r1877552 - /httpd/httpd/trunk/server/mpm/event/event.c

Author: ylavic
Date: Sun May 10 15:24:10 2020
New Revision: 1877552

URL: http://svn.apache.org/viewvc?rev=1877552&view=rev
Log:
mpm_event: reset listener_is_wakeable on reload.

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

Modified: httpd/httpd/trunk/server/mpm/event/event.c
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/mpm/event/event.c?rev=1877552&r1=1877551&r2=1877552&view=diff
==============================================================================
--- httpd/httpd/trunk/server/mpm/event/event.c (original)
+++ httpd/httpd/trunk/server/mpm/event/event.c Sun May 10 15:24:10 2020
@@ -3737,6 +3737,7 @@ static int event_pre_config(apr_pool_t *
     worker_queue_info = NULL;
     listener_os_thread = NULL;
     listensocks_disabled = 0;
+    listener_is_wakeable = 0;
 
     return OK;
 }