1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00

Make this function static

(This used to be commit 85974e6c43b796649f04544eeffeba837cae963b)
This commit is contained in:
Andrew Bartlett 2002-02-27 11:47:33 +00:00
parent 588fbe8f0c
commit f8711444cf

View File

@ -238,7 +238,7 @@ BOOL map_username(char *user)
* - using lp_usernamelevel() for permutations. * - using lp_usernamelevel() for permutations.
****************************************************************************/ ****************************************************************************/
struct passwd *Get_Pwnam_internals(const char *user, char *user2) static struct passwd *Get_Pwnam_internals(const char *user, char *user2)
{ {
struct passwd *ret = NULL; struct passwd *ret = NULL;