Set registration done Agent command version back to 0
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 3 Aug 2015 20:48:16 +0000 (16:48 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 3 Aug 2015 20:48:16 +0000 (16:48 -0400)
The command version was used to indicate a workaround introducing a
change of behavior in a minor version. 2.6 was the only version affected
by this bug.

Fixes #884

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/agent.c

index 9091a53d7822011e38e97282e56cdcaaea43b97c..c321ae41f0987c42a308ba3311b381eb4237ceff 100644 (file)
@@ -444,7 +444,7 @@ int agent_send_registration_done(struct agent_app *app)
 
        DBG("Agent sending registration done to app socket %d", app->sock->fd);
 
-       return send_header(app->sock, 0, AGENT_CMD_REG_DONE, 1);
+       return send_header(app->sock, 0, AGENT_CMD_REG_DONE, 0);
 }
 
 /*
This page took 0.025396 seconds and 4 git commands to generate.