From: Jérémie Galarneau Date: Thu, 3 Oct 2019 00:28:39 +0000 (-0400) Subject: Fix: liblttng-ctl: wrong variable used during argument validation X-Git-Tag: v2.12.0-rc1~341 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=cb98e7dd0dccc3b79b4f54d64be67f6d548f8933;hp=cb98e7dd0dccc3b79b4f54d64be67f6d548f8933;p=lttng-tools.git 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 ---