Fix: Save jul event filter bytecode
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 9 Feb 2015 20:07:09 +0000 (15:07 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 9 Feb 2015 20:09:20 +0000 (15:09 -0500)
commit42f626e843c5b67edeef6499adc146def3239aeb
tree1d04784dd8d67b26c4b6e8cba92f1f62e4ee07bc
parent45b886dff8f2c8c0f0871bac6def375084a3efa8
Fix: Save jul event filter bytecode

This fixes a regression introduced by 7ea8750c which caused the jul
event filter bytecode to be stored as NULL.

This caused the disable_event command to fail since it would fail to
lookup the JUL event (the event's filter being part of the HT's key).

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng-sessiond/cmd.c
This page took 0.024602 seconds and 4 git commands to generate.