X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fchannel.c;h=db653dcb4f2901bd397fd22a3947f6499e8460bf;hb=dec56f6cc894de41b312354d360b6a4c09fc199d;hp=bb5b3d1de32cc00c19cba668a060d26982dc774f;hpb=db77f3a32483dd89e4c1237de549a06561dc7b39;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/channel.c b/src/bin/lttng-sessiond/channel.c index bb5b3d1de..db653dcb4 100644 --- a/src/bin/lttng-sessiond/channel.c +++ b/src/bin/lttng-sessiond/channel.c @@ -293,7 +293,7 @@ int channel_ust_create(struct ltt_ust_session *usess, } /* Create UST channel */ - uchan = trace_ust_create_channel(attr, usess->pathname); + uchan = trace_ust_create_channel(attr); if (uchan == NULL) { ret = LTTNG_ERR_FATAL; goto error;