summaryrefslogtreecommitdiff
path: root/lib/ldb-samba
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2013-07-09 13:56:08 +0200
committerKarolin Seeger <kseeger@samba.org>2013-07-24 20:33:09 +0200
commite92be34b6df53da3f8c5a1f230bba1db130124d9 (patch)
tree901f7a0e102f25548cab9f51cbc97fa42c7af9a7 /lib/ldb-samba
parent65fadd46e49f8f8b21f0f2e094805a4bded9e914 (diff)
downloadsamba-e92be34b6df53da3f8c5a1f230bba1db130124d9.tar.gz
lib/ldb-samba: make use of DBGC_LDB
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Björn Jacke <bj@sernet.de> (cherry picked from commit 8e0752f4d6feea35304377222d3dd487355e4120)
Diffstat (limited to 'lib/ldb-samba')
-rw-r--r--lib/ldb-samba/ldb_wrap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ldb-samba/ldb_wrap.c b/lib/ldb-samba/ldb_wrap.c
index 028bd6f58d2..7cab98fee97 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 <tdb.h>
+#define DBGC_CLASS DBGC_LDB
+
/*
this is used to catch debug messages from ldb
*/