Fix: Remove overly restrictive asserts in create_session()
[lttng-tools.git] / src / common / config / config.c
index a890c9d872e1778875811c598cd448451a5ff793..13af2f117e7bf7306cdab4930d45a711da5312ab 100644 (file)
@@ -1186,9 +1186,6 @@ int create_session(const char *name,
        xmlNodePtr consumer_output_node;
 
        assert(name);
-       assert(kernel_domain);
-       assert(ust_domain);
-       assert(jul_domain);
 
        if (output_node) {
                consumer_output_node = xmlFirstElementChild(output_node);
This page took 0.023758 seconds and 4 git commands to generate.