diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-14 18:21:22 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-14 18:21:22 +0000 |
commit | 7c64e03d9d6ebe04b10c1a0069106aa207808573 (patch) | |
tree | ea17aca7b0801f9a38659bdfd882954c5176bf56 /source3/passdb | |
parent | 7cfe3919f3703eb5aad838b34ceba472865cf081 (diff) | |
download | samba-7c64e03d9d6ebe04b10c1a0069106aa207808573.tar.gz samba-7c64e03d9d6ebe04b10c1a0069106aa207808573.tar.bz2 samba-7c64e03d9d6ebe04b10c1a0069106aa207808573.zip |
Remove #ifdef's for NISPLUS_SAM - there are no function name collisions anymore
(This used to be commit 32c93921b01b5d28a2f5837026aad2445a0ece03)
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/pdb_interface.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/passdb/pdb_interface.c b/source3/passdb/pdb_interface.c index edc310c0c1..88070d8694 100644 --- a/source3/passdb/pdb_interface.c +++ b/source3/passdb/pdb_interface.c @@ -522,8 +522,6 @@ static struct pdb_context *pdb_get_static_context(BOOL reload) return pdb_context; } -#if !defined(WITH_NISPLUS_SAM) - /****************************************************************** Backward compatibility functions for the original passdb interface *******************************************************************/ @@ -703,8 +701,6 @@ BOOL pdb_enum_group_mapping(enum SID_NAME_USE sid_name_use, GROUP_MAP **rmap, with_priv)); } -#endif /* !defined(WITH_NISPLUS_SAM) */ - /*************************************************************** Initialize the static context (at smbd startup etc). |