summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 06:57:13 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:20 -0400
commitfa59f9720d56ffaf07c13376118c452a4162f3df (patch)
tree93ea291643322ca65ad285adad519ec1615cb693 /source3/winbindd/winbindd.c
parentbb359c780aee3fd7e1074db93a28c95590ae5d36 (diff)
downloadsamba-fa59f9720d56ffaf07c13376118c452a4162f3df.tar.gz
samba-fa59f9720d56ffaf07c13376118c452a4162f3df.tar.bz2
samba-fa59f9720d56ffaf07c13376118c452a4162f3df.zip
s3:winbind: Convert WINBINDD_LOOKUPSID 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 4b6ebd2c42..e76a0de30f 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -469,7 +469,6 @@ static struct winbindd_dispatch_table {
/* SID related functions */
- { WINBINDD_LOOKUPSID, winbindd_lookupsid, "LOOKUPSID" },
{ WINBINDD_LOOKUPNAME, winbindd_lookupname, "LOOKUPNAME" },
{ WINBINDD_LOOKUPRIDS, winbindd_lookuprids, "LOOKUPRIDS" },
@@ -526,6 +525,8 @@ struct winbindd_async_dispatch_table {
static struct winbindd_async_dispatch_table async_nonpriv_table[] = {
{ WINBINDD_PING, "PING",
wb_ping_send, wb_ping_recv },
+ { WINBINDD_LOOKUPSID, "LOOKUPSID",
+ winbindd_lookupsid_send, winbindd_lookupsid_recv },
{ 0, NULL, NULL, NULL }
};