Fix: sessiond: silent kernel notifier registration error
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 14 Apr 2023 18:39:05 +0000 (14:39 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 1 Jun 2023 00:32:32 +0000 (20:32 -0400)
commitfffd5b5bcf81510dcb890e1d34df3dd55964e998
tree23ef6fa9454370d70d10593ab9070a213e8d51ae
parent0331d3e51793490c8dd511022823bb6908a19dce
Fix: sessiond: silent kernel notifier registration error

When a kernel notifier fails to be registered, the error is silently
ignored because of a missing jump to the error label.

This was noticed while debugging an unrelated problem where the kernel
tracer would fail to add a userspace probe to a semaphore-protected SDT
probe.

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