summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-27 14:55:41 +0200
committerVolker Lendecke <vl@samba.org>2009-08-27 15:04:09 +0200
commit1d8d3fd7c3c2e6c46a3e01983dc26a5a650f6f84 (patch)
tree59ec4c3669bbfa1c7a9d113fdc1292ce74b62700 /source3/winbindd/winbindd.c
parent5a1240deac89b1821c987c3daed5a6ad597471f5 (diff)
downloadsamba-1d8d3fd7c3c2e6c46a3e01983dc26a5a650f6f84.tar.gz
samba-1d8d3fd7c3c2e6c46a3e01983dc26a5a650f6f84.tar.bz2
samba-1d8d3fd7c3c2e6c46a3e01983dc26a5a650f6f84.zip
s3:winbind: Convert WINBINDD_GETUSERSIDS to the new API
Diffstat (limited to 'source3/winbindd/winbindd.c')
-rw-r--r--source3/winbindd/winbindd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index 1a76f87463..5c2ed961ef 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -431,8 +431,6 @@ static struct winbindd_dispatch_table {
{ WINBINDD_ENDPWENT, winbindd_endpwent, "ENDPWENT" },
{ WINBINDD_GETPWENT, winbindd_getpwent, "GETPWENT" },
- { WINBINDD_GETUSERSIDS, winbindd_getusersids, "GETUSERSIDS" },
-
/* Group functions */
{ WINBINDD_SETGRENT, winbindd_setgrent, "SETGRENT" },
@@ -538,6 +536,8 @@ static struct winbindd_async_dispatch_table async_nonpriv_table[] = {
winbindd_getgrgid_send, winbindd_getgrgid_recv },
{ WINBINDD_GETGRNAM, "GETGRNAM",
winbindd_getgrnam_send, winbindd_getgrnam_recv },
+ { WINBINDD_GETUSERSIDS, "GETUSERSIDS",
+ winbindd_getusersids_send, winbindd_getusersids_recv },
{ 0, NULL, NULL, NULL }
};