From a3203a7b16bad20d705eb385f68b85b14c1fcae0 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 14 Sep 2001 15:33:09 +0000 Subject: merges from 2.2 (This used to be commit b619458dde158c37a4420a28a7e1e1f70e7a18d1) --- source3/passdb/pdb_tdb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/passdb/pdb_tdb.c') diff --git a/source3/passdb/pdb_tdb.c b/source3/passdb/pdb_tdb.c index 6da6215c79..28fbb52209 100644 --- a/source3/passdb/pdb_tdb.c +++ b/source3/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 */ -- cgit