am dd749506
: Merge "Fix async_stop"
* commit 'dd7495068b9af549d2bb1e3c4f3d91a9a929d3f0': Fix async_stop
This commit is contained in:
commit
9c8efe6dfd
@ -900,7 +900,7 @@ int main(int argc, char **argv)
|
|||||||
g_traceOverwrite = true;
|
g_traceOverwrite = true;
|
||||||
} else if (!strcmp(long_options[option_index].name, "async_stop")) {
|
} else if (!strcmp(long_options[option_index].name, "async_stop")) {
|
||||||
async = true;
|
async = true;
|
||||||
traceStop = false;
|
traceStart = false;
|
||||||
} else if (!strcmp(long_options[option_index].name, "async_dump")) {
|
} else if (!strcmp(long_options[option_index].name, "async_dump")) {
|
||||||
async = true;
|
async = true;
|
||||||
traceStart = false;
|
traceStart = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user