Commit f1d67335 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Initialize Config rps field

parent 5f3bcb1f
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment