X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fchannel.c;fp=src%2Fbin%2Flttng-sessiond%2Fchannel.c;h=4bd3824e7c4e6b55d4d6887d207228103f92a297;hb=8a78c3baad2d83207c672381826668751b340b29;hp=559c3d154034193381357540e0c0bc7a01f30ce0;hpb=9d45202ee7516e642a7d57bbfa3361fce1afbff9;p=lttng-tools.git diff --git a/src/bin/lttng-sessiond/channel.c b/src/bin/lttng-sessiond/channel.c index 559c3d154..4bd3824e7 100644 --- a/src/bin/lttng-sessiond/channel.c +++ b/src/bin/lttng-sessiond/channel.c @@ -199,7 +199,7 @@ int channel_ust_enable(struct ltt_ust_session *usess, int domain, * channel was successfully created on the session daemon side so the * enable-channel command is a success. */ - (void) ust_app_create_channel_glb(usess, uchan); + (void) ust_app_enable_channel_glb(usess, uchan); break; #if 0 case LTTNG_DOMAIN_UST_PID: