X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Fadd_context.c;h=90a54f7eef87eae4a884737a9d8a8bba67d3d98f;hb=81663f073dbfb4b61c06a0ceb8ca33c4fc41b1c5;hp=de066e6dc3410648fff47cb8720ff50ef9885f0c;hpb=1004b7191b421c7c07acf964d0110d93bb022699;p=lttng-tools.git diff --git a/src/bin/lttng/commands/add_context.c b/src/bin/lttng/commands/add_context.c index de066e6dc..90a54f7ee 100644 --- a/src/bin/lttng/commands/add_context.c +++ b/src/bin/lttng/commands/add_context.c @@ -15,7 +15,6 @@ #include #include #include -#include #include @@ -559,7 +558,7 @@ enum lttng_domain_type get_domain(void) } else if (opt_log4j) { return LTTNG_DOMAIN_LOG4J; } else { - assert(0); + abort(); } }