X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbin%2Flttng%2Fcommands%2Fenable_channels.c;fp=src%2Fbin%2Flttng%2Fcommands%2Fenable_channels.c;h=696b8e0947ad20ca48e8b1ef3d5913d45b32f6c1;hb=394ff38e77d4510a4ff806eb187bf739e84561c6;hp=673fecfc57a0aeb394135b3b92a9e2c1d350ec82;hpb=4829ae55233bf50132357078912ce369e660ba18;p=lttng-tools.git diff --git a/src/bin/lttng/commands/enable_channels.c b/src/bin/lttng/commands/enable_channels.c index 673fecfc5..696b8e094 100644 --- a/src/bin/lttng/commands/enable_channels.c +++ b/src/bin/lttng/commands/enable_channels.c @@ -380,6 +380,7 @@ static void init_channel_config(void) * those needed to be set by the default values. */ memset(&chan.attr, -1, sizeof(chan.attr)); + chan.attr.extended.ptr = NULL; } /*