Remove unused variables in trace-kernel/ust.c
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 339b20d3ee433be2d17f33d3462b104ab6266448..a63593d18030c0c1f88c34f4f331c6de2fdf2f47 100644 (file)
@@ -2104,7 +2104,7 @@ static int create_ust_session(struct ltt_session *session,
 
        DBG("Creating UST session");
 
-       lus = trace_ust_create_session(session->path, session->id, domain);
+       lus = trace_ust_create_session(session->path, session->id);
        if (lus == NULL) {
                ret = LTTNG_ERR_UST_SESS_FAIL;
                goto error;
This page took 0.022857 seconds and 4 git commands to generate.