summaryrefslogtreecommitdiff
path: root/source3/sam
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-08-28 07:51:07 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-08-28 07:51:07 +0000
commit97a957107df5ba730dd6e121b7ce3e3287d0a14e (patch)
tree558771010f6159662906e1cfee306c7513e5de11 /source3/sam
parentbbbf21310f809bd948202840d27c34b6bebe94e3 (diff)
downloadsamba-97a957107df5ba730dd6e121b7ce3e3287d0a14e.tar.gz
samba-97a957107df5ba730dd6e121b7ce3e3287d0a14e.tar.bz2
samba-97a957107df5ba730dd6e121b7ce3e3287d0a14e.zip
Silly of me to only test this with --with-sam and not without. Doh!
(This used to be commit 6395c34f2f981d59b761d8615851a8fd54c1c304)
Diffstat (limited to 'source3/sam')
-rw-r--r--source3/sam/account.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/sam/account.c b/source3/sam/account.c
index 9953ba956c..04be8ef162 100644
--- a/source3/sam/account.c
+++ b/source3/sam/account.c
@@ -24,7 +24,7 @@
#include "includes.h"
#undef DBGC_CLASS
-#define DBGC_CLASS DBGC_PASSDB
+#define DBGC_CLASS DBGC_SAM
/************************************************************
Fill the SAM_USER_HANDLE with default values.