Set registration done Agent command version back to 0
[lttng-tools.git] / 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.023018 seconds and 4 git commands to generate.