summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 16:20:18 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:25 -0400
commitfec380818ffdd7fba58e8dd591049c4b2428ab7d (patch)
tree96e00aee9707c8bf1be15524cc90eb02ed1bd331 /source3/winbindd/winbindd.c
parent1dc1ac00512a28bdc025b00fbfa676b0f5b15751 (diff)
downloadsamba-fec380818ffdd7fba58e8dd591049c4b2428ab7d.tar.gz
samba-fec380818ffdd7fba58e8dd591049c4b2428ab7d.tar.bz2
samba-fec380818ffdd7fba58e8dd591049c4b2428ab7d.zip
s3:winbind: Convert WINBINDD_GETUSERDOMGROUPS 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 9d37a008ed..1a5e958d38 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -433,8 +433,6 @@ static struct winbindd_dispatch_table {
{ WINBINDD_GETGROUPS, winbindd_getgroups, "GETGROUPS" },
{ WINBINDD_GETUSERSIDS, winbindd_getusersids, "GETUSERSIDS" },
- { WINBINDD_GETUSERDOMGROUPS, winbindd_getuserdomgroups,
- "GETUSERDOMGROUPS" },
/* Group functions */
@@ -533,6 +531,8 @@ static struct winbindd_async_dispatch_table async_nonpriv_table[] = {
winbindd_getpwuid_send, winbindd_getpwuid_recv },
{ WINBINDD_GETSIDALIASES, "GETSIDALIASES",
winbindd_getsidaliases_send, winbindd_getsidaliases_recv },
+ { WINBINDD_GETUSERDOMGROUPS, "GETUSERDOMGROUPS",
+ winbindd_getuserdomgroups_send, winbindd_getuserdomgroups_recv },
{ 0, NULL, NULL, NULL }
};