From: Jérémie Galarneau Date: Sat, 27 May 2017 10:14:39 +0000 (-0400) Subject: Clean-up: fix misleading code alignment X-Git-Tag: v2.11.0-rc1~562 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=47a32869a6b2f7014887d523943046c9c64e6458 Clean-up: fix misleading code alignment Signed-off-by: Jérémie Galarneau --- diff --git a/src/bin/lttng-sessiond/notification-thread-events.c b/src/bin/lttng-sessiond/notification-thread-events.c index 66223e9d3..0bb75b6d8 100644 --- a/src/bin/lttng-sessiond/notification-thread-events.c +++ b/src/bin/lttng-sessiond/notification-thread-events.c @@ -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");