summaryrefslogtreecommitdiff
path: root/source3/nsswitch/wbinfo.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2000-10-11 05:45:06 +0000
committerTim Potter <tpot@samba.org>2000-10-11 05:45:06 +0000
commit76aab4ad560adf6c5af1d6a7068077e3dad4161a (patch)
treed3071aaa60ca476e5c609eff99988098b6d9c10a /source3/nsswitch/wbinfo.c
parent9dc817cdfc2ad71addc5084687188b9d6592f9e5 (diff)
downloadsamba-76aab4ad560adf6c5af1d6a7068077e3dad4161a.tar.gz
samba-76aab4ad560adf6c5af1d6a7068077e3dad4161a.tar.bz2
samba-76aab4ad560adf6c5af1d6a7068077e3dad4161a.zip
Renamed WINBINDD_INITGROUPS constant to WINBINDD_GETGROUPS.
(This used to be commit 5f3cf2eb78bfa6fb00890d449d38e9f13964712c)
Diffstat (limited to 'source3/nsswitch/wbinfo.c')
-rw-r--r--source3/nsswitch/wbinfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/wbinfo.c b/source3/nsswitch/wbinfo.c
index 31de512267..e26b0c1b26 100644
--- a/source3/nsswitch/wbinfo.c
+++ b/source3/nsswitch/wbinfo.c
@@ -44,7 +44,7 @@ static BOOL wbinfo_get_usergroups(char *user)
fstrcpy(request.data.username, user);
- result = winbindd_request(WINBINDD_INITGROUPS, &request, &response);
+ result = winbindd_request(WINBINDD_GETGROUPS, &request, &response);
if (result != NSS_STATUS_SUCCESS) {
return False;