Cleanup: remove dead assignment
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index baa81d450aae793b084d2450450d0f793b7b9d20..4277372afdd2e874e5fc643568eb0720f6b51018 100644 (file)
@@ -1368,7 +1368,7 @@ int lttng_ustconsumer_recv_cmd(struct lttng_consumer_local_data *ctx,
        case LTTNG_CONSUMER_ADD_RELAYD_SOCKET:
        {
                /* Session daemon status message are handled in the following call. */
-               ret = consumer_add_relayd_socket(msg.u.relayd_sock.net_index,
+               consumer_add_relayd_socket(msg.u.relayd_sock.net_index,
                                msg.u.relayd_sock.type, ctx, sock, consumer_sockpoll,
                                &msg.u.relayd_sock.sock, msg.u.relayd_sock.session_id,
                                msg.u.relayd_sock.relayd_session_id);
This page took 0.024905 seconds and 5 git commands to generate.