action list: missing renames from previous name "group"
[lttng-tools.git] / tests / regression / tools / trigger / utils / notification-client.c
index 98c00d6f7a77303f269c00cf9bed98601021b1c6..3d8aec46ddbd8b7feb5cf90dbc75a43298384bfc 100644 (file)
@@ -181,7 +181,7 @@ int main(int argc, char **argv)
                                continue;
                        }
                }
-               if (!((action_type == LTTNG_ACTION_TYPE_GROUP &&
+               if (!((action_type == LTTNG_ACTION_TYPE_LIST &&
                                      action_list_contains_notify(action)) ||
                                    action_type == LTTNG_ACTION_TYPE_NOTIFY)) {
                        /* "The action of trigger is not notify, skipping. */
This page took 0.024851 seconds and 5 git commands to generate.