s3: Fix a winbind message
authorVolker Lendecke <vl@samba.org>
Mon, 20 Jun 2011 20:18:48 +0000 (22:18 +0200)
committerVolker Lendecke <vlendec@samba.org>
Mon, 20 Jun 2011 21:28:43 +0000 (23:28 +0200)
Autobuild-User: Volker Lendecke <vlendec@samba.org>
Autobuild-Date: Mon Jun 20 23:28:43 CEST 2011 on sn-devel-104

source3/winbindd/winbindd.c

index 1646821a1f18ab3a32329b1d2e105167569bdc34..8cd68e5219608d0cd182b0410948a5a5635c5004 100644 (file)
@@ -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 }