Merge "Fix async_stop"

This commit is contained in:
John Reck 2015-06-29 14:17:43 +00:00 committed by Gerrit Code Review
commit dd7495068b

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;