Clean-up: fix misleading code alignment
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-events.c
index b0657a4c5675dde9d0d86d1478afbeaedf26646a..0bb75b6d81607954093695ab894b58326a70f0bb 100644 (file)
@@ -1222,7 +1222,6 @@ int handle_notification_thread_client_connect(
        DBG("[notification-thread] Added new notification channel client socket (%i) to poll set",
                        client->socket);
 
-       /* Add to ht. */
        rcu_read_lock();
        cds_lfht_add(state->client_socket_ht,
                        hash_client_socket(client->socket),
@@ -1510,7 +1509,7 @@ int client_dispatch_message(struct notification_client *client,
                handshake_client =
                                (struct lttng_notification_channel_command_handshake *)
                                        client->communication.inbound.buffer.data;
-                               client->major = handshake_client->major;
+               client->major = handshake_client->major;
                client->minor = handshake_client->minor;
                if (!client->communication.inbound.creds_received) {
                        ERR("[notification-thread] No credentials received from client");
This page took 0.025954 seconds and 5 git commands to generate.