You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tcl.apache.org by mx...@apache.org on 2019/09/08 10:05:46 UTC

[tcl-rivet] branch master updated: initialized shared variables

This is an automated email from the ASF dual-hosted git repository.

mxmanghi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tcl-rivet.git


The following commit(s) were added to refs/heads/master by this push:
     new 3215b6a  initialized shared variables
3215b6a is described below

commit 3215b6a5b1f10277a078cf0863d62575ce28f29f
Author: Massimo Manghi <mx...@apache.org>
AuthorDate: Sat Sep 7 19:40:36 2019 +0200

    initialized shared variables
---
 src/mod_rivet_ng/rivet_worker_mpm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mod_rivet_ng/rivet_worker_mpm.c b/src/mod_rivet_ng/rivet_worker_mpm.c
index 22cf7a8..b78064c 100644
--- a/src/mod_rivet_ng/rivet_worker_mpm.c
+++ b/src/mod_rivet_ng/rivet_worker_mpm.c
@@ -134,7 +134,7 @@ void WorkerBridge_Shutdown (void)
     void*               v;
     handler_private*    thread_obj;
     apr_status_t        rv;
-    apr_uint32_t        threads_to_stop;
+    apr_uint32_t        threads_to_stop = 0;
     int                 not_to_be_waited;
 
     not_to_be_waited = module_globals->mpm->skip_thread_on_exit;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@tcl.apache.org
For additional commands, e-mail: commits-help@tcl.apache.org