dect
/
libdect
Archived
13
0
Fork 0

ie: fix compilation with refcount debugging

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2011-01-11 20:13:38 +01:00
parent a84f643c82
commit 3e558a2832
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#include <libdect.h>
#if 0
#define refcnt_debug(fmt, ...) dect_debug(fmt, ## __VA_ARGS__)
#define refcnt_debug(fmt, ...) dect_debug(DECT_DEBUG_UNKNOWN, fmt, ## __VA_ARGS__)
#else
#define refcnt_debug(fmt, ...)
#endif