X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt-sessiond%2Fmain.c;h=2fcd923a1897d0f58b2b2f53568c83b2f526162d;hb=7d452e122923ade6f4dc7a6e21bef105851d79e3;hp=cdeb009118f37c6fe0f573d952454e145addd71f;hpb=d65106b1011efccf8fa5f9d7c8f2dfb0de38f5e8;p=lttng-tools.git diff --git a/ltt-sessiond/main.c b/ltt-sessiond/main.c index cdeb00911..2fcd923a1 100644 --- a/ltt-sessiond/main.c +++ b/ltt-sessiond/main.c @@ -720,6 +720,7 @@ static struct lttng_channel *init_default_channel(void) chan->attr.num_subbuf = DEFAULT_CHANNEL_SUBBUF_NUM; chan->attr.switch_timer_interval = DEFAULT_CHANNEL_SWITCH_TIMER; chan->attr.read_timer_interval = DEFAULT_CHANNEL_READ_TIMER; + chan->attr.output = DEFAULT_KERNEL_CHANNEL_OUTPUT; error: return chan; @@ -1166,7 +1167,6 @@ static int process_client_msg(struct command_ctx *cmd_ctx) ret = kernel_create_event(&ev_attr, chan); if (ret < 0) { /* Ignore error here and continue */ - continue; } }