Fix: forward fatal error in evaluate_condition_for_client()
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 9 Sep 2019 14:39:23 +0000 (10:39 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 9 Sep 2019 14:39:23 +0000 (10:39 -0400)
commitaf0c318df128a05e708f704ec21c5d3cf8e314fa
tree0ed1e656c032e1db387cb114b96790ae865d4043
parent874ec45eeb8fffb9304ffc796603537deeff29e7
Fix: forward fatal error in evaluate_condition_for_client()

A fatal error during the evaluation of a condition on behalf
of a client of a notification channel should be forwarded up
the stack to the notification thread.

Here, 'ret' is silently ignored assuming that a check of "evaluation"
is equivalent, which is not the case.

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