Set registration done Agent command version back to 0
[lttng-tools.git] / src / bin / lttng-sessiond / agent.c
index 67ca604693dd202e93b311c308ba1812109450c7..421ef0f9cbd580a05ae141341bc23569927b70e6 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.024793 seconds and 4 git commands to generate.