summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-08 01:10:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:36 -0500
commit63438299aeecc33658cc583b5a0fa68f27117b66 (patch)
tree004c09e0aed107b49891fc38580ef27636ba8feb
parent998c856d9005cd8e1111a939db6fa7b25196b766 (diff)
downloadsamba-63438299aeecc33658cc583b5a0fa68f27117b66.tar.gz
samba-63438299aeecc33658cc583b5a0fa68f27117b66.tar.bz2
samba-63438299aeecc33658cc583b5a0fa68f27117b66.zip
r5277: initialise the multi_homed flag in the name registration test
(This used to be commit d51fcee29a8d8bf253b3a6d0b7b741f9b55af94a)
-rw-r--r--source4/torture/nbt/register.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/nbt/register.c b/source4/torture/nbt/register.c
index 40086e12cc..6094d9fcaf 100644
--- a/source4/torture/nbt/register.c
+++ b/source4/torture/nbt/register.c
@@ -60,6 +60,7 @@ static BOOL nbt_register_own(TALLOC_CTX *mem_ctx, struct nbt_name *name,
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;