X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fclient.cpp;h=0680e14fd581eb28817baf0e077659845bded1bf;hb=0038180de36c422cfaeade1145fa9fbc9436b8ad;hp=123d07f857c39b905e8d6bee338cb9f942d4dc74;hpb=8b75cd779ffe332281fec189cdf808e4ee452572;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/client.cpp b/src/bin/lttng-sessiond/client.cpp index 123d07f85..0680e14fd 100644 --- a/src/bin/lttng-sessiond/client.cpp +++ b/src/bin/lttng-sessiond/client.cpp @@ -1784,7 +1784,7 @@ skip_domain: } case LTTCOMM_SESSIOND_COMMAND_DESTROY_SESSION: { - ret = cmd_destroy_session(cmd_ctx->session, the_notification_thread_handle, sock); + ret = cmd_destroy_session(cmd_ctx->session, sock); break; } case LTTCOMM_SESSIOND_COMMAND_LIST_DOMAINS: @@ -2217,8 +2217,7 @@ skip_domain: ret = cmd_rotation_set_schedule(cmd_ctx->session, set_schedule, schedule_type, - value, - the_notification_thread_handle); + value); if (ret != LTTNG_OK) { goto error; }