Commit e803fb6d authored by Jason Madden's avatar Jason Madden

Missed a raise

parent 1b34995e
......@@ -479,6 +479,7 @@ class Resolver(AbstractResolver):
except gaierror as ex:
if ex.errno == EAI_NONAME:
raise herror(1, "Unknown host")
raise
# Things that need proper error handling
getnameinfo = AbstractResolver.fixup_gaierror(AbstractResolver.getnameinfo)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment