Fix: Correctly handle the command to disable all events
[deliverable/lttng-ust.git] / liblttng-ust-java-agent / java / lttng-ust-agent-common / org / lttng / ust / agent / AbstractLttngAgent.java
index 4e6d4af011f3e976c7799ec714b8b2130386cfe0..64b33b6c596d96a5a80dfb04b9d064c46a541fdc 100644 (file)
@@ -227,6 +227,7 @@ public abstract class AbstractLttngAgent<T extends ILttngHandler> implements ILt
                                enabledWildcards.incrementAndGet();
                                return false;
                        }
+                       return true;
                }
 
                if (eventName.endsWith(WILDCARD)) {
This page took 0.023539 seconds and 5 git commands to generate.