Clean-up: fix misleading code alignment
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 10:14:39 +0000 (06:14 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 28 May 2017 13:19:12 +0000 (09:19 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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.026144 seconds and 4 git commands to generate.