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 01:48:47 +0000 (21:48 -0400)
commit0894a0c74c4e3b5b9006cf1aaf8e563d36fdae5f
tree94ab5509ec3244c0e4af45e8ce7cac96beb78ef5
parent9a720f87ed6af584857ae34c4fb4c1b8454a270a
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.024501 seconds and 4 git commands to generate.