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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 18 Jul 2019 15:53:34 +0000 (11:53 -0400)
commitd9501218b227aa39bb6890822ecc3898d870675b
treef148dc9ecae66ec89ed16891a3965acec90ae115
parent9fceecf039c737bf83e540f8443d34e3d37f86d6
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.033829 seconds and 4 git commands to generate.