summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-11-14 18:16:17 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-11-14 18:16:17 +0000
commita7e439268742733f23c96875901af49a409cff0c (patch)
tree700a5d6ad62238e754a12dfd74f18ec5abd1d351
parent8d2514fc6af47aba535dd95c9a998104cab85ae9 (diff)
downloadsamba-a7e439268742733f23c96875901af49a409cff0c.tar.gz
samba-a7e439268742733f23c96875901af49a409cff0c.tar.bz2
samba-a7e439268742733f23c96875901af49a409cff0c.zip
Remove the #ifdef's for NISPLUS_SAM - there are no function name collisions anymore
(This used to be commit f6ef18df11cc48f25adeee464e79e63ee209b08c)
-rw-r--r--source3/passdb/pdb_interface.c4
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).