Cleanup: remove dead assignment
[lttng-tools.git] / src / common / ust-consumer / ust-consumer.c
index 6f277df0ec5637d95f6f95defb31577a4b521faa..366f8550bf03774db161b6d70bd34765f9005869 100644 (file)
@@ -1332,7 +1332,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.024855 seconds and 5 git commands to generate.