From 8e0752f4d6feea35304377222d3dd487355e4120 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 9 Jul 2013 13:56:08 +0200 Subject: lib/ldb-samba: make use of DBGC_LDB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stefan Metzmacher Reviewed-by: Björn Jacke --- lib/ldb-samba/ldb_wrap.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/ldb-samba') diff --git a/lib/ldb-samba/ldb_wrap.c b/lib/ldb-samba/ldb_wrap.c index 028bd6f58d..7cab98fee9 100644 --- a/lib/ldb-samba/ldb_wrap.c +++ b/lib/ldb-samba/ldb_wrap.c @@ -37,6 +37,8 @@ #include "../lib/util/dlinklist.h" #include +#define DBGC_CLASS DBGC_LDB + /* this is used to catch debug messages from ldb */ -- cgit