diff options
author | Gerald Carter <jerry@samba.org> | 2001-09-14 15:33:09 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-09-14 15:33:09 +0000 |
commit | a3203a7b16bad20d705eb385f68b85b14c1fcae0 (patch) | |
tree | 056d530ea8ead7cd20d55f63e018f2f41f3e68f7 /source3/passdb/pdb_tdb.c | |
parent | bd7595ec37ab9c2d4290893a99e99856dca0c5cb (diff) | |
download | samba-a3203a7b16bad20d705eb385f68b85b14c1fcae0.tar.gz samba-a3203a7b16bad20d705eb385f68b85b14c1fcae0.tar.xz samba-a3203a7b16bad20d705eb385f68b85b14c1fcae0.zip |
merges from 2.2
(This used to be commit b619458dde158c37a4420a28a7e1e1f70e7a18d1)
Diffstat (limited to 'source3/passdb/pdb_tdb.c')
-rw-r--r-- | source3/passdb/pdb_tdb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/passdb/pdb_tdb.c b/source3/passdb/pdb_tdb.c index 6da6215c79c..28fbb522097 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 */ |