]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mpm_event: reset listener_is_wakeable on reload.
authorYann Ylavic <ylavic@apache.org>
Sun, 10 May 2020 15:24:10 +0000 (15:24 +0000)
committerYann Ylavic <ylavic@apache.org>
Sun, 10 May 2020 15:24:10 +0000 (15:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877552 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/event/event.c

index 37856e6a1157ef274919f28316a6debd035d171c..7f835afa955fe12fd7f5f40e1aa6bb40720a4f35 100644 (file)
@@ -3737,6 +3737,7 @@ static int event_pre_config(apr_pool_t * pconf, apr_pool_t * plog,
     worker_queue_info = NULL;
     listener_os_thread = NULL;
     listensocks_disabled = 0;
+    listener_is_wakeable = 0;
 
     return OK;
 }