From bba176e4ecec1429206c3f0bf72659ba65ff1bb9 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Thu, 23 Feb 2012 16:32:45 -0500 Subject: [PATCH 1/1] Fix add-context returned error Commit closes #99 Signed-off-by: David Goulet --- src/bin/lttng-sessiond/context.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/bin/lttng-sessiond/context.c b/src/bin/lttng-sessiond/context.c index 9727258bf..e4c9a51bf 100644 --- a/src/bin/lttng-sessiond/context.c +++ b/src/bin/lttng-sessiond/context.c @@ -437,10 +437,6 @@ end: break; } - if (no_chan) { - ret = LTTCOMM_UST_CHAN_NOT_FOUND; - } - error: return ret; } -- 2.34.1