X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fclear.c;h=3a08a119a686d2bffc6a849e0b346e1456d174a1;hp=3ae70ea2fa5fd462d38e816a9328c58aaebc8081;hb=refs%2Fheads%2Fsow-2020-0002-rev2;hpb=11f6ce94d8fb73f017888681aaba5d7df55fc735 diff --git a/src/bin/lttng-sessiond/clear.c b/src/bin/lttng-sessiond/clear.c index 3ae70ea2f..3a08a119a 100644 --- a/src/bin/lttng-sessiond/clear.c +++ b/src/bin/lttng-sessiond/clear.c @@ -188,7 +188,6 @@ int cmd_clear_session(struct ltt_session *session, int *sock_fd) /* Flag session that trace should start automatically */ if (usess) { int int_ret = ust_app_start_trace_all(usess); - if (int_ret < 0) { ret = LTTNG_ERR_UST_START_FAIL; goto end;