Initialize Config rps field
This commit is contained in:
parent
5f3bcb1f58
commit
f1d6733554
|
@ -98,7 +98,8 @@ Config::Config()
|
|||
verbose(false),
|
||||
timing_script(false),
|
||||
base_uri_unix(false),
|
||||
unix_addr{} {}
|
||||
unix_addr{},
|
||||
rps(0.) {}
|
||||
|
||||
Config::~Config() {
|
||||
if (addrs) {
|
||||
|
|
Loading…
Reference in New Issue