From 994abd2dea2164bb005209b77ec2608b4a5fe4e8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 20 Jun 2011 22:18:48 +0200 Subject: [PATCH] s3: Fix a winbind message Autobuild-User: Volker Lendecke Autobuild-Date: Mon Jun 20 23:28:43 CEST 2011 on sn-devel-104 --- source3/winbindd/winbindd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c index 1646821a1f1..8cd68e52196 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 } -- 2.34.1