diff options
author | bubulle <bubulle@alioth.debian.org> | 2011-03-07 19:04:15 +0000 |
---|---|---|
committer | bubulle <bubulle@alioth.debian.org> | 2011-03-07 19:04:15 +0000 |
commit | 4d16e8d5702fb98dda73c5c0f3404d662ae62df6 (patch) | |
tree | fc3a71a0b741cbcc6a5a892f91cc0f2218dfe656 /source3/passdb/util_unixsids.c | |
parent | 9fbd7973837d958b90261b85fafff36ac194ba58 (diff) | |
download | samba-4d16e8d5702fb98dda73c5c0f3404d662ae62df6.tar.gz |
Load samba-3.5.8 into branches/samba/upstream.upstream/3.5.8_dfsg
git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/samba/upstream@3691 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'source3/passdb/util_unixsids.c')
-rw-r--r-- | source3/passdb/util_unixsids.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/util_unixsids.c b/source3/passdb/util_unixsids.c index ad51253058..abe088c6c2 100644 --- a/source3/passdb/util_unixsids.c +++ b/source3/passdb/util_unixsids.c @@ -56,7 +56,7 @@ bool lookup_unix_user_name(const char *name, DOM_SID *sid) { struct passwd *pwd; - pwd = getpwnam_alloc(talloc_autofree_context(), name); + pwd = Get_Pwnam_alloc(talloc_autofree_context(), name); if (pwd == NULL) { return False; } |