mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
lib/util/util_pw: temporary rename of getpwnam_alloc and getpwuid_alloc.
Guenther
This commit is contained in:
parent
0c5214e2eb
commit
f4868ab646
@ -40,7 +40,7 @@ static struct passwd *alloc_copy_passwd(TALLOC_CTX *mem_ctx,
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct passwd *getpwnam_alloc(TALLOC_CTX *mem_ctx, const char *name)
|
struct passwd *_getpwnam_alloc(TALLOC_CTX *mem_ctx, const char *name)
|
||||||
{
|
{
|
||||||
struct passwd *temp;
|
struct passwd *temp;
|
||||||
|
|
||||||
@ -58,7 +58,7 @@ struct passwd *getpwnam_alloc(TALLOC_CTX *mem_ctx, const char *name)
|
|||||||
return alloc_copy_passwd(mem_ctx, temp);
|
return alloc_copy_passwd(mem_ctx, temp);
|
||||||
}
|
}
|
||||||
|
|
||||||
struct passwd *getpwuid_alloc(TALLOC_CTX *mem_ctx, uid_t uid)
|
struct passwd *_getpwuid_alloc(TALLOC_CTX *mem_ctx, uid_t uid)
|
||||||
{
|
{
|
||||||
struct passwd *temp;
|
struct passwd *temp;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user