lttng enable-channel memsets lttng_channel to -1
[lttng-tools.git] / src / bin / lttng / commands / enable_channels.c
index 673fecfc57a0aeb394135b3b92a9e2c1d350ec82..696b8e0947ad20ca48e8b1ef3d5913d45b32f6c1 100644 (file)
@@ -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;
 }
 
 /*
This page took 0.022891 seconds and 4 git commands to generate.