X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fcreate.c;fp=src%2Fbin%2Flttng%2Fcommands%2Fcreate.c;h=fb8b10b0412adeccac9a852836ce1f81bc5c698e;hp=a7d2d89bece3a4bdefa83f8712dd329a6afb39b0;hb=0d516803f01920a6120fffc49206e82b2e1b1fba;hpb=18710679a8ac57fda5dbd26cf16bb180dce9e286 diff --git a/src/bin/lttng/commands/create.c b/src/bin/lttng/commands/create.c index a7d2d89be..fb8b10b04 100644 --- a/src/bin/lttng/commands/create.c +++ b/src/bin/lttng/commands/create.c @@ -236,7 +236,6 @@ struct lttng_session_descriptor *create_session_descriptor(void) descriptor = lttng_session_descriptor_live_network_create( opt_session_name, uri_str1, uri_str2, opt_live_timer); - } else { /* Regular session. */ switch (output_type) {