Polishing the setup for external tests.

This commit is contained in:
Robin Sommer 2011-06-30 22:50:06 -07:00
parent 27aa30c683
commit 80fcabdb47
9 changed files with 15 additions and 9 deletions

View file

@ -16,6 +16,10 @@ event do_reply(c: connection, msg: dns_msg, ans: dns_answer, reply: string) &pri
# The "ready" flag will be set here. This causes the setting from the
# base script to be overridden since the base script will log immediately
# after all of the ANS replies have been seen.
if ( ! c?$dns )
print c$id;
c$dns$ready=F;
if ( ans$answer_type == DNS_AUTH )