Fix: liblttng-ctl: wrong variable used during argument validation
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 3 Oct 2019 00:28:39 +0000 (20:28 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 3 Oct 2019 00:31:33 +0000 (20:31 -0400)
commitcb98e7dd0dccc3b79b4f54d64be67f6d548f8933
treefbe403ad69b7b71394d618ab4cbe26d8935daffd
parente9af56b3027eebc314384a797c01e6a7e35c8fd2
Fix: liblttng-ctl: wrong variable used during argument validation

Local 'handle' variable is used to check for NULL arguments while
the provided argument is named '_handle'. This results in failures
to destroy a session.

Rename the variable used in the argument check.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/lib/lttng-ctl/destruction-handle.c
This page took 0.025034 seconds and 4 git commands to generate.