@@ -140,15 +140,11 @@ event DNS::do_reply(c: connection, msg: dns_msg, ans: dns_answer, reply: string)
What is the reason for the DNS:: namespace of the event handler? I
looks like it could be removed, since the file specifies "module DNS"
at the top already without changing that before do_reply again.
Matthias