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

tridge at samba.org tridge at samba.org
Tue Feb 8 01:10:35 GMT 2005


Author: tridge
Date: 2005-02-08 01:10:34 +0000 (Tue, 08 Feb 2005)
New Revision: 5277

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

Log:
initialise the multi_homed flag in the name registration test

Modified:
   branches/SAMBA_4_0/source/torture/nbt/register.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/nbt/register.c
===================================================================
--- branches/SAMBA_4_0/source/torture/nbt/register.c	2005-02-08 01:09:21 UTC (rev 5276)
+++ branches/SAMBA_4_0/source/torture/nbt/register.c	2005-02-08 01:10:34 UTC (rev 5277)
@@ -60,6 +60,7 @@
 	io.in.nb_flags = NBT_NODE_B | NBT_NM_ACTIVE;
 	io.in.register_demand = False;
 	io.in.broadcast = True;
+	io.in.multi_homed = False;
 	io.in.ttl = 1234;
 	io.in.timeout = 3;
 	io.in.retries = 0;



More information about the samba-cvs mailing list