diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-08-28 07:51:07 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-08-28 07:51:07 +0000 |
commit | 97a957107df5ba730dd6e121b7ce3e3287d0a14e (patch) | |
tree | 558771010f6159662906e1cfee306c7513e5de11 /source3 | |
parent | bbbf21310f809bd948202840d27c34b6bebe94e3 (diff) | |
download | samba-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')
-rw-r--r-- | source3/include/includes.h | 2 | ||||
-rw-r--r-- | source3/sam/account.c | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index f7b0d76dd4..f1c8c50df4 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -751,9 +751,7 @@ extern int errno; #include "passdb.h" -#ifdef WITH_SAM #include "sam.h" -#endif #include "session.h" 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. |