Skip to content

Commit

Permalink
Initialize all_modules_started also for release
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Jul 8, 2024
1 parent 26bb978 commit 29383c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ProxySQL_Admin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6041,9 +6041,9 @@ ProxySQL_Admin::ProxySQL_Admin() :
variables.web_port_old = variables.web_port;
variables.web_verbosity = 0;
variables.p_memory_metrics_interval = 61;
all_modules_started = false;
#ifdef DEBUG
variables.debug=GloVars.global.gdbg;
all_modules_started = false;
debug_output = 1;
proxysql_set_admin_debug_output(debug_output);
#endif /* DEBUG */
Expand Down

0 comments on commit 29383c7

Please sign in to comment.