Fix: Correctly handle the command to disable all events
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Thu, 30 Jul 2015 23:52:14 +0000 (19:52 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 31 Jul 2015 21:50:41 +0000 (17:50 -0400)
commitcbaa5167aa7657b68c8137645bed915adf65596f
tree730e4f7e6d4b529b8ca28a390dc0f0faf39991a1
parent301a3ddb302c9c2767f41f3b47d2f3e8ca8b9067
Fix: Correctly handle the command to disable all events

Missed a return statement in the method to handle disable
event commands. The "*" event would get disabled correctly,
but the execution would fall-through and fail later on,
incorrectly reporting a failure.

Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust-java-agent/java/lttng-ust-agent-common/org/lttng/ust/agent/AbstractLttngAgent.java
This page took 0.024458 seconds and 5 git commands to generate.