From 4a1d2ddd48c1c06b1874ff473275d22a0038c2c8 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 8 Mar 2003 00:49:18 +0000 Subject: some more code (not tested yet) (This used to be commit 0d6cec90c13731827abcbc61974efc993e794003) --- source3/sam/idmap.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/sam/idmap.c') diff --git a/source3/sam/idmap.c b/source3/sam/idmap.c index 617cbc9d28..96638b4723 100644 --- a/source3/sam/idmap.c +++ b/source3/sam/idmap.c @@ -23,6 +23,9 @@ #include "includes.h" #include "idmap.h" +#undef DBGC_CLASS +#define DBGC_CLASS DBGC_IDMAP + static struct { const char *name; -- cgit