[SCM] Samba Shared Repository - branch v3-6-test updated

Karolin Seeger kseeger at samba.org
Tue Aug 28 01:28:24 MDT 2012


The branch, v3-6-test has been updated
       via  71c4227 s3: Fix bug #9085.
      from  e2200d5 s3: fix #9037 even more - open and netbsd have the md5 symbols in libc

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-6-test


- Log -----------------------------------------------------------------
commit 71c4227fd0a741984fb273ad1973ad1724ecb04b
Author: hargagan <shargagan at novell.com>
Date:   Tue Aug 28 09:29:52 2012 +0200

    s3: Fix bug #9085.
    
    NMB registration for a duplicate workstation fails with registration refuse.

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

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


Changeset truncated at 500 lines:

diff --git a/source3/nmbd/nmbd_winsserver.c b/source3/nmbd/nmbd_winsserver.c
index d569154..31a6038 100644
--- a/source3/nmbd/nmbd_winsserver.c
+++ b/source3/nmbd/nmbd_winsserver.c
@@ -1038,7 +1038,7 @@ static void wins_register_query_success(struct subnet_record *subrec,
 	DEBUG(3,("wins_register_query_success: Original client at IP %s still wants the \
 name %s. Rejecting registration request.\n", inet_ntoa(ip), nmb_namestr(question_name) ));
 
-	send_wins_name_registration_response(RFS_ERR, 0, orig_reg_packet);
+	send_wins_name_registration_response(ACT_ERR, 0, orig_reg_packet);
 
 	orig_reg_packet->locked = False;
 	free_packet(orig_reg_packet);


-- 
Samba Shared Repository


More information about the samba-cvs mailing list