From 3a24c121f0901ebeb6f91c7424da21f11b05d6e2 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Wed, 16 Jan 2013 14:15:42 -0500 Subject: [PATCH] Fix: remove duplicate set ust event filter Signed-off-by: David Goulet --- src/bin/lttng-sessiond/ust-app.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/bin/lttng-sessiond/ust-app.c b/src/bin/lttng-sessiond/ust-app.c index 98ea50fdb..6430c83f7 100644 --- a/src/bin/lttng-sessiond/ust-app.c +++ b/src/bin/lttng-sessiond/ust-app.c @@ -2651,12 +2651,6 @@ void ust_app_global_update(struct ltt_ust_session *usess, int sock) /* FIXME: Should we quit here or continue... */ continue; } - - ret = set_ust_event_filter(ua_event, app); - if (ret < 0) { - /* FIXME: Should we quit here or continue... */ - continue; - } } } -- 2.34.1