Fix: remove unused path variables from session obj
[lttng-tools.git] / src / bin / lttng-sessiond / main.c
index 15bb7255a882dab71abe546e9d8e95bc631f92ea..f6a051aa1cb52f8080cc9b2209a71044f052e860 100644 (file)
@@ -2238,7 +2238,7 @@ static int create_ust_session(struct ltt_session *session,
 
        DBG("Creating UST session");
 
-       lus = trace_ust_create_session(session->path, session->id);
+       lus = trace_ust_create_session(session->id);
        if (lus == NULL) {
                ret = LTTNG_ERR_UST_SESS_FAIL;
                goto error;
This page took 0.023815 seconds and 4 git commands to generate.