From: David Goulet Date: Wed, 16 Jan 2013 19:15:42 +0000 (-0500) Subject: Fix: remove duplicate set ust event filter X-Git-Tag: v2.2.0-rc1~113 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=3a24c121f0901ebeb6f91c7424da21f11b05d6e2;hp=281047b8a004f2c2d9aea14f7e58166d0cd93775 Fix: remove duplicate set ust event filter Signed-off-by: David Goulet --- 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; - } } }