Fix: bt_plugin_so_shared_lib_handle_destroy(): use `#ifdef`, not `#ifndef`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 8 Jul 2019 19:18:25 +0000 (15:18 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 8 Jul 2019 20:48:21 +0000 (16:48 -0400)
commit21e6ffa563a0c80b1dabc7e661a1f07771bcd35b
tree648b5318f6df6edd484ab0f54ddc5a358c11ff23
parent82cacf472160d10d6957fe7cb8382ad05845983f
Fix: bt_plugin_so_shared_lib_handle_destroy(): use `#ifdef`, not `#ifndef`

This is a bug which comes from 3f3b176151b4163f9ae85bc583865850a18a6ce4,
where `NDEBUG` was changed to `BT_DEBUG_MODE` without also inverting the
preprocessor condition.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I435bbc376323803403ee133971bcb4b7c559afe5
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1648
src/lib/plugin/plugin-so.c
This page took 0.024095 seconds and 4 git commands to generate.