X-Git-Url: http://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-app.c;h=7f27eae078a45abd28535db63760e3aaecc1cf64;hp=00c6d9622678b63ef2a964fd7067eb4b5719d907;hb=14fb1ebe1000da2c3ccca45e7e97ad6637947cfe;hpb=8382cf6f76c29b0451b7fe986c6b882d6029ca47 diff --git a/src/bin/lttng-sessiond/ust-app.c b/src/bin/lttng-sessiond/ust-app.c index 00c6d9622..7f27eae07 100644 --- a/src/bin/lttng-sessiond/ust-app.c +++ b/src/bin/lttng-sessiond/ust-app.c @@ -4238,7 +4238,7 @@ void ust_app_global_update(struct ltt_ust_session *usess, int sock) pthread_mutex_unlock(&ua_sess->lock); - if (usess->start_trace) { + if (usess->active) { ret = ust_app_start_trace(usess, app); if (ret < 0) { goto error;