Skip to content

Commit 538bfb8

Browse files
authored
Merge pull request #4583 from sysown/v2.x-240708
Initialize all_modules_started also for release
2 parents 26bb978 + 29383c7 commit 538bfb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ProxySQL_Admin.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6041,9 +6041,9 @@ ProxySQL_Admin::ProxySQL_Admin() :
60416041
variables.web_port_old = variables.web_port;
60426042
variables.web_verbosity = 0;
60436043
variables.p_memory_metrics_interval = 61;
6044+
all_modules_started = false;
60446045
#ifdef DEBUG
60456046
variables.debug=GloVars.global.gdbg;
6046-
all_modules_started = false;
60476047
debug_output = 1;
60486048
proxysql_set_admin_debug_output(debug_output);
60496049
#endif /* DEBUG */

0 commit comments

Comments
 (0)