summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-06-14 23:51:10 +0200
committerVolker Lendecke <vl@samba.org>2011-06-21 14:25:12 +0200
commit729d17e725aa1bfd306aa27728c97210c5c01d2c (patch)
tree61a9a9a1270d62e648d02bb84cd42962b04591b7 /source3/winbindd/winbindd.c
parentcfdeef4c11a75f1051c4b9905a643f61c74437c7 (diff)
downloadsamba-729d17e725aa1bfd306aa27728c97210c5c01d2c.tar.gz
samba-729d17e725aa1bfd306aa27728c97210c5c01d2c.tar.bz2
samba-729d17e725aa1bfd306aa27728c97210c5c01d2c.zip
s3: Convert WINBINDD_WINS_BYNAME to the async API
Diffstat (limited to 'source3/winbindd/winbindd.c')
-rw-r--r--source3/winbindd/winbindd.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index 8cd68e5219..469d64e41d 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -450,10 +450,6 @@ static struct winbindd_dispatch_table {
{ WINBINDD_CCACHE_NTLMAUTH, winbindd_ccache_ntlm_auth, "NTLMAUTH" },
{ WINBINDD_CCACHE_SAVE, winbindd_ccache_save, "CCACHE_SAVE" },
- /* WINS functions */
-
- { WINBINDD_WINS_BYNAME, winbindd_wins_byname, "WINS_BYNAME" },
-
/* End of list */
{ WINBINDD_NUM_CMDS, NULL, "NONE" }
@@ -546,6 +542,8 @@ static struct winbindd_async_dispatch_table async_nonpriv_table[] = {
winbindd_pam_chng_pswd_auth_crap_recv },
{ WINBINDD_WINS_BYIP, "WINS_BYIP",
winbindd_wins_byip_send, winbindd_wins_byip_recv },
+ { WINBINDD_WINS_BYNAME, "WINS_BYNAME",
+ winbindd_wins_byname_send, winbindd_wins_byname_recv },
{ 0, NULL, NULL, NULL }
};