sessiond: notification-thread: Missing action executor status handling
[lttng-tools.git] / src / bin / lttng-sessiond / notification-thread-events.c
index fe3975dfe4640011fd0d227845858367dedd95ea..ccd285a8103d6a344bcb3344abbd982f079a0c13 100644 (file)
@@ -4470,6 +4470,7 @@ next_client:
                pthread_mutex_unlock(&client_list->lock);
                break;
        }
+       case ACTION_EXECUTOR_STATUS_INVALID:
        case ACTION_EXECUTOR_STATUS_ERROR:
                /* Fatal error, shut down everything. */
                ERR("Fatal error encoutered while enqueuing action to the action executor");
This page took 0.022863 seconds and 4 git commands to generate.