(ixbots) fix tsan data race error when accessing verbose parameter

This commit is contained in:
Benjamin Sergeant
2020-05-04 17:15:35 -07:00
parent 4f17cd5e74
commit af003fc79b
8 changed files with 5 additions and 49 deletions

View File

@ -528,7 +528,6 @@ int main(int argc, char** argv)
position,
fluentd,
quiet,
verbose,
enableHeartbeat,
runtime);
ret = (int) sentCount;