Remove root handle asssert: can differ from 0 if many sessiond
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Sep 2011 17:59:54 +0000 (13:59 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 27 Sep 2011 17:59:54 +0000 (13:59 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
libust/lttng-ust-abi.c

index 6eb74ed8170d2b5ae1bdcd2c63a7fc57dc0af14e..31306fb2c34e5997ac53ff40f317dc20922d66fd 100644 (file)
@@ -208,7 +208,6 @@ int lttng_abi_create_root_handle(void)
        int root_handle;
 
        root_handle = objd_alloc(NULL, &lttng_ops);
-       assert(root_handle == 0);
        return root_handle;
 }
 
This page took 0.024358 seconds and 4 git commands to generate.