mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
Make this function static
(This used to be commit 85974e6c43b796649f04544eeffeba837cae963b)
This commit is contained in:
parent
588fbe8f0c
commit
f8711444cf
@ -238,7 +238,7 @@ BOOL map_username(char *user)
|
||||
* - 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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user