summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-12-13 21:03:38 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:16:28 -0500
commit7c5dba63a004612c6b54d01593082892d48d7fc9 (patch)
treee148edd80b70348900a8b3e8888cbe0c3a1a94d0 /source3
parent9b5354bea4740a1b3e47e203ab28b35a9ff359a5 (diff)
downloadsamba-7c5dba63a004612c6b54d01593082892d48d7fc9.tar.gz
samba-7c5dba63a004612c6b54d01593082892d48d7fc9.tar.bz2
samba-7c5dba63a004612c6b54d01593082892d48d7fc9.zip
r20154: Fix nasty typo, hunting another bug
(This used to be commit bf8dc44cc2892a784ec3a118abc0abb1018fbde4)
Diffstat (limited to 'source3')
-rw-r--r--source3/nsswitch/winbindd_user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_user.c b/source3/nsswitch/winbindd_user.c
index f82b03df07..2630bd52fb 100644
--- a/source3/nsswitch/winbindd_user.c
+++ b/source3/nsswitch/winbindd_user.c
@@ -261,7 +261,7 @@ static void getpwsid_sid2uid_recv(void *private_data, BOOL success, uid_t uid)
}
s->uid = uid;
- winbindd_sid2gid_async(s->state->mem_ctx, &s->group_sid,
+ winbindd_sid2uid_async(s->state->mem_ctx, &s->group_sid,
getpwsid_sid2gid_recv, s);
}