From: Mathieu Desnoyers Date: Tue, 27 Sep 2011 17:59:54 +0000 (-0400) Subject: Remove root handle asssert: can differ from 0 if many sessiond X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=959ad2f13fd45eb91c8f69f34618895f44e3bc18;p=ust.git Remove root handle asssert: can differ from 0 if many sessiond Signed-off-by: Mathieu Desnoyers --- diff --git a/libust/lttng-ust-abi.c b/libust/lttng-ust-abi.c index 6eb74ed..31306fb 100644 --- a/libust/lttng-ust-abi.c +++ b/libust/lttng-ust-abi.c @@ -208,7 +208,6 @@ int lttng_abi_create_root_handle(void) int root_handle; root_handle = objd_alloc(NULL, <tng_ops); - assert(root_handle == 0); return root_handle; }