+5433. [test] Resolver system test for change #5395
+ (max-recursion-queries) failed on system without
+ IPv6 suport. [GL #1873]
+
5428. [bug] Cleanup GSSAPI resources in nsupdate only after taskmgr
has been destroyed. Thanks to Petr Menšík. [GL !3316]
# Expected queries = 2 * number of NS records, up to a maximum of 10.
expected=`expr 2 \* $nscount`
if [ $expected -gt 10 ]; then expected=10; fi
+ if ! testsock6; then expected=`expr $expected / 2`; fi
# Work out the queries made by checking statistics on the target before and after the test
$RNDCCMD 10.53.0.6 stats || ret=1
initial_count=`awk '/responses sent/ {print $1}' ns6/named.stats`