summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 07:29:03 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:21 -0400
commit9c6f4cd12a3e62165782e34226888648649a0fef (patch)
tree3df0e212f3c4769154a298c4fab0a22db7cdbf56 /source3/winbindd/winbindd.c
parenta5416770776c0ade8518e8875d47097662b026a6 (diff)
downloadsamba-9c6f4cd12a3e62165782e34226888648649a0fef.tar.gz
samba-9c6f4cd12a3e62165782e34226888648649a0fef.tar.bz2
samba-9c6f4cd12a3e62165782e34226888648649a0fef.zip
s3:winbind: Convert WINBINDD_LOOKUPNAME 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 867e9df8d9..a5374a99f4 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -469,7 +469,6 @@ static struct winbindd_dispatch_table {
/* SID related functions */
- { WINBINDD_LOOKUPNAME, winbindd_lookupname, "LOOKUPNAME" },
{ WINBINDD_LOOKUPRIDS, winbindd_lookuprids, "LOOKUPRIDS" },
/* Lookup related functions */
@@ -526,6 +525,8 @@ static struct winbindd_async_dispatch_table async_nonpriv_table[] = {
wb_ping_send, wb_ping_recv },
{ WINBINDD_LOOKUPSID, "LOOKUPSID",
winbindd_lookupsid_send, winbindd_lookupsid_recv },
+ { WINBINDD_LOOKUPNAME, "LOOKUPNAME",
+ winbindd_lookupname_send, winbindd_lookupname_recv },
{ 0, NULL, NULL, NULL }
};