Workaround for false positive from clang-tidy (#452)
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
1c31fba043
commit
6413d71599
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ struct record_netload_state *record_netload_new (const char *dev, double bw)
|
|||
st->bw = bw;
|
||||
st->data_valid = false;
|
||||
st->errored = false;
|
||||
record_netload (st, NULL, dds_time ());
|
||||
record_netload (st, "", dds_time ());
|
||||
return st;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue