Fix: wrong data structure used in commit df41f83
authorDavid Goulet <dgoulet@efficios.com>
Tue, 11 Feb 2014 21:36:30 +0000 (16:36 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 11 Feb 2014 21:37:26 +0000 (16:37 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng-relayd/live.c

index 34114ad33872c88e7dfee1d3fc53b59a572ba18d..292f0601e958e97eee1b3d021bb96570a712c2e0 100644 (file)
@@ -694,7 +694,7 @@ int viewer_connect(struct relay_connection *conn)
 
        health_code_update();
 
-       memset(&msg, 0, sizeof(msg));
+       memset(&reply, 0, sizeof(reply));
        reply.major = RELAYD_VERSION_COMM_MAJOR;
        reply.minor = RELAYD_VERSION_COMM_MINOR;
 
This page took 0.026125 seconds and 4 git commands to generate.