svn commit: samba r12024 - in branches/SAMBA_4_0/source/torture/nbt: .

metze at samba.org metze at samba.org
Fri Dec 2 15:51:40 GMT 2005


Author: metze
Date: 2005-12-02 15:51:39 +0000 (Fri, 02 Dec 2005)
New Revision: 12024

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12024

Log:
do some extra sleeping to give the server the chance to handle our reply

metze
Modified:
   branches/SAMBA_4_0/source/torture/nbt/winsreplication.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/nbt/winsreplication.c
===================================================================
--- branches/SAMBA_4_0/source/torture/nbt/winsreplication.c	2005-12-02 15:40:26 UTC (rev 12023)
+++ branches/SAMBA_4_0/source/torture/nbt/winsreplication.c	2005-12-02 15:51:39 UTC (rev 12024)
@@ -9354,6 +9354,7 @@
 
 	/* make sure we push the reply to the wire */
 	event_loop_once(nbtsock->event_ctx);
+	msleep(25);
 
 	rec->defend.timeout	= 0;
 	rec->defend.ret		= True;
@@ -9406,6 +9407,7 @@
 
 	/* make sure we push the reply to the wire */
 	event_loop_once(nbtsock->event_ctx);
+	msleep(25);
 
 	rec->defend.timeout	= 0;
 	rec->defend.ret		= True;



More information about the samba-cvs mailing list