summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-15 13:23:57 +0200
committerVolker Lendecke <vl@samba.org>2009-08-16 10:38:24 +0200
commit0f64bb5b7ef9b77b1865a5b6e0bdab331a618c38 (patch)
treee90284ab1efa11cca660fe652b7ebfe3b7823150 /source3/winbindd/winbindd.c
parente54503e82fdbb337b4de9c5aaef252edb2e11e39 (diff)
downloadsamba-0f64bb5b7ef9b77b1865a5b6e0bdab331a618c38.tar.gz
samba-0f64bb5b7ef9b77b1865a5b6e0bdab331a618c38.tar.bz2
samba-0f64bb5b7ef9b77b1865a5b6e0bdab331a618c38.zip
s3:winbind: Convert winbindd_show_sequence to the new API
Diffstat (limited to 'source3/winbindd/winbindd.c')
-rw-r--r--source3/winbindd/winbindd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index 348816b39c..3dfdb03374 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -456,7 +456,6 @@ static struct winbindd_dispatch_table {
{ WINBINDD_LIST_GROUPS, winbindd_list_groups, "LIST_GROUPS" },
{ WINBINDD_LIST_TRUSTDOM, winbindd_list_trusted_domains,
"LIST_TRUSTDOM" },
- { WINBINDD_SHOW_SEQUENCE, winbindd_show_sequence, "SHOW_SEQUENCE" },
/* SID related functions */
@@ -534,6 +533,8 @@ static struct winbindd_async_dispatch_table async_nonpriv_table[] = {
winbindd_getuserdomgroups_send, winbindd_getuserdomgroups_recv },
{ WINBINDD_GETGROUPS, "GETGROUPS",
winbindd_getgroups_send, winbindd_getgroups_recv },
+ { WINBINDD_SHOW_SEQUENCE, "SHOW_SEQUENCE",
+ winbindd_show_sequence_send, winbindd_show_sequence_recv },
{ 0, NULL, NULL, NULL }
};