From 76ce9fbe971ea3b2158b8c3dcadf160e0707938e Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Tue, 13 Jun 2000 16:46:19 +0000 Subject: [PATCH] ns3 tried to use the same query-source address as ns1, causing the notify test to fail on all(?) platforms --- bin/tests/system/notify/ns3/named.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/notify/ns3/named.conf b/bin/tests/system/notify/ns3/named.conf index 5c4d21822b..454317a9a3 100644 --- a/bin/tests/system/notify/ns3/named.conf +++ b/bin/tests/system/notify/ns3/named.conf @@ -1,5 +1,5 @@ options { - query-source address 10.53.0.1 port 5300; + query-source address 10.53.0.3 port 5300; port 5300; directory "."; pid-file "named.pid";