summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd.c
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-06-20 22:18:48 +0200
committerVolker Lendecke <vlendec@samba.org>2011-06-20 23:28:43 +0200
commit994abd2dea2164bb005209b77ec2608b4a5fe4e8 (patch)
tree19c82e810a90db2c9ed9dee6431f955bb3ff271f /source3/winbindd/winbindd.c
parentc8cfd756746b23165365acfe25909aab3a26ab8e (diff)
downloadsamba-994abd2dea2164bb005209b77ec2608b4a5fe4e8.tar.gz
samba-994abd2dea2164bb005209b77ec2608b4a5fe4e8.tar.bz2
samba-994abd2dea2164bb005209b77ec2608b4a5fe4e8.zip
s3: Fix a winbind message
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Mon Jun 20 23:28:43 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/winbindd/winbindd.c')
-rw-r--r--source3/winbindd/winbindd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index 1646821a1f..8cd68e5219 100644
--- a/source3/winbindd/winbindd.c
+++ b/source3/winbindd/winbindd.c
@@ -544,7 +544,7 @@ static struct winbindd_async_dispatch_table async_nonpriv_table[] = {
{ WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP, "PAM_CHNG_PSWD_AUTH_CRAP",
winbindd_pam_chng_pswd_auth_crap_send,
winbindd_pam_chng_pswd_auth_crap_recv },
- { WINBINDD_WINS_BYIP, "PING",
+ { WINBINDD_WINS_BYIP, "WINS_BYIP",
winbindd_wins_byip_send, winbindd_wins_byip_recv },
{ 0, NULL, NULL, NULL }