Fix async_stop

Change-Id: I68a258cf71cfcd999bbd568ab3c96255c11bec41
This commit is contained in:
John Reck 2015-05-15 10:00:34 -07:00
parent 3db36803b2
commit 2c237ee1d5
1 changed files with 1 additions and 1 deletions

View File

@ -900,7 +900,7 @@ int main(int argc, char **argv)
g_traceOverwrite = true;
} else if (!strcmp(long_options[option_index].name, "async_stop")) {
async = true;
traceStop = false;
traceStart = false;
} else if (!strcmp(long_options[option_index].name, "async_dump")) {
async = true;
traceStart = false;