h2load: Fix uninitialized fields

This commit is contained in:
Tatsuhiro Tsujikawa 2016-02-26 00:00:24 +09:00
parent 887d4d2a41
commit 2415a22757
1 changed files with 3 additions and 1 deletions

View File

@ -96,7 +96,9 @@ Config::Config()
port(0),
default_port(0),
verbose(false),
timing_script(false) {}
timing_script(false),
base_uri_unix(false),
unix_addr{} {}
Config::~Config() {
if (base_uri_unix) {