Skip to content

Commit

Permalink
Initialize Config rps field
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuhiro-t committed Mar 10, 2021
1 parent 5f3bcb1 commit f1d6733
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/h2load.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f1d6733

Please sign in to comment.