Clean-up: fix misleading code alignment
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-events.c
index 66223e9d340e89f8c39b8dc3b5b5bfbecbbf096a..0bb75b6d81607954093695ab894b58326a70f0bb 100644 (file)
@@ -1509,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.024988 seconds and 5 git commands to generate.