Enable agent application contexts if filter has such dependencies
[lttng-tools.git] / src / bin / lttng-sessiond / cmd.c
index eca3cf439c0ced16022d65e4dd44645c6d63cb6b..83286a00213fc6df857d1573f01304a008a3290c 100644 (file)
@@ -1790,7 +1790,7 @@ static int _cmd_enable_event(struct ltt_session *session,
                filter_expression = NULL;
                filter = NULL;
                exclusion = NULL;
-               if (ret != LTTNG_OK) {
+               if (ret != LTTNG_OK && ret != LTTNG_ERR_UST_EVENT_ENABLED) {
                        goto error;
                }
                break;
This page took 0.025331 seconds and 5 git commands to generate.