Initialize all members.
This commit is contained in:
parent
a51d55b939
commit
579c62e1a3
1 changed files with 2 additions and 1 deletions
|
@ -360,7 +360,8 @@ server::server(int port, const std::string& config_file, size_t min_threads,
|
|||
metrics_(),
|
||||
last_ping_(time(NULL)),
|
||||
last_stats_(last_ping_),
|
||||
last_uh_clean_(last_ping_)
|
||||
last_uh_clean_(last_ping_),
|
||||
cmd_handlers_()
|
||||
{
|
||||
setup_handlers();
|
||||
load_config();
|
||||
|
|
Loading…
Add table
Reference in a new issue