From 959ad2f13fd45eb91c8f69f34618895f44e3bc18 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 27 Sep 2011 13:59:54 -0400 Subject: [PATCH] Remove root handle asssert: can differ from 0 if many sessiond Signed-off-by: Mathieu Desnoyers --- libust/lttng-ust-abi.c | 1 - 1 file changed, 1 deletion(-) 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; } -- 2.34.1