Skip to content
Snippets Groups Projects
Commit 20862f58 authored by Marek Vavrusa's avatar Marek Vavrusa
Browse files

Redundant REFUSED check.

parent 5af42d06
No related branches found
No related tags found
1 merge request!147Packet Api Rewrite
......@@ -18,10 +18,6 @@ t.start()
''' Negative answers. '''
# Negative (REFUSED)
resp = knot.dig("another.world", "SOA", udp=True)
resp.cmp(bind)
# Negative (NXDOMAIN)
resp = knot.dig("nxdomain.flags", "A", udp=True)
resp.cmp(bind)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment