summaryrefslogtreecommitdiffstats
path: root/source/passdb
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-09-14 15:33:09 +0000
committerGerald Carter <jerry@samba.org>2001-09-14 15:33:09 +0000
commitb619458dde158c37a4420a28a7e1e1f70e7a18d1 (patch)
treec9ce3999a0262e0ee3e21f700675f167415c9d5f /source/passdb
parentf70b1707e42b3f7aaa38cc5637fcc5cbcdd5a26a (diff)
downloadsamba-b619458dde158c37a4420a28a7e1e1f70e7a18d1.tar.gz
samba-b619458dde158c37a4420a28a7e1e1f70e7a18d1.tar.xz
samba-b619458dde158c37a4420a28a7e1e1f70e7a18d1.zip
merges from 2.2
Diffstat (limited to 'source/passdb')
-rw-r--r--source/passdb/pdb_tdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/passdb/pdb_tdb.c b/source/passdb/pdb_tdb.c
index 6da6215c79c..28fbb522097 100644
--- a/source/passdb/pdb_tdb.c
+++ b/source/passdb/pdb_tdb.c
@@ -21,7 +21,7 @@
#include "includes.h"
-#ifdef WITH_TDBPWD
+#ifdef WITH_TDBSAM
#define PDB_VERSION "20010830"
#define PASSDB_FILE_NAME "/passdb.tdb"
@@ -817,4 +817,4 @@ BOOL pdb_add_sam_account (SAM_ACCOUNT *newpwd)
#else
/* Do *NOT* make this function static. It breaks the compile on gcc. JRA */
void samtdb_dummy_function(void) { } /* stop some compilers complaining */
-#endif /* WITH_TDBPWD */
+#endif /* WITH_TDBSAM */