[SCM] Samba Shared Repository - branch master updated

Volker Lendecke vlendec at samba.org
Mon Jun 20 15:29:02 MDT 2011


The branch, master has been updated
       via  994abd2 s3: Fix a winbind message
      from  c8cfd75 s3:idmap_autorid: remove redundant code

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 994abd2dea2164bb005209b77ec2608b4a5fe4e8
Author: Volker Lendecke <vl at samba.org>
Date:   Mon Jun 20 22:18:48 2011 +0200

    s3: Fix a winbind message
    
    Autobuild-User: Volker Lendecke <vlendec at samba.org>
    Autobuild-Date: Mon Jun 20 23:28:43 CEST 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/winbindd/winbindd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/winbindd/winbindd.c b/source3/winbindd/winbindd.c
index 1646821..8cd68e5 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 }


-- 
Samba Shared Repository


More information about the samba-cvs mailing list