1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

Remove the #ifdef's for NISPLUS_SAM - there are no function name collisions anymore

(This used to be commit f6ef18df11cc48f25adeee464e79e63ee209b08c)
This commit is contained in:
Jelmer Vernooij 2002-11-14 18:16:17 +00:00
parent 8d2514fc6a
commit a7e4392687

View File

@ -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).