svn commit: samba r2550 - in branches/SAMBA_4_0/source/smb_server: .

abartlet at samba.org abartlet at samba.org
Thu Sep 23 00:27:24 GMT 2004


Author: abartlet
Date: 2004-09-23 00:27:21 +0000 (Thu, 23 Sep 2004)
New Revision: 2550

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/smb_server&rev=2550&nolog=1

Log:
survive our own BASE-NEGNOWAIT torture test.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/smb_server/negprot.c


Changeset:
Modified: branches/SAMBA_4_0/source/smb_server/negprot.c
===================================================================
--- branches/SAMBA_4_0/source/smb_server/negprot.c	2004-09-23 00:19:24 UTC (rev 2549)
+++ branches/SAMBA_4_0/source/smb_server/negprot.c	2004-09-23 00:27:21 UTC (rev 2550)
@@ -455,6 +455,7 @@
 
 	if (req->smb_conn->negotiate.done_negprot) {
 		smbsrv_terminate_connection(req->smb_conn, "multiple negprot's are not permitted");
+		return;
 	}
 	req->smb_conn->negotiate.done_negprot = True;
 



More information about the samba-cvs mailing list