]> git.ipfire.org Git - thirdparty/dnspython.git/commit
reverse_query: BUGFIX - ipaddr, not address! 419/head
authorThomas Ward <teward@thomas-ward.net>
Tue, 10 Mar 2020 01:29:38 +0000 (21:29 -0400)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2020 01:29:38 +0000 (21:29 -0400)
commitfb557672e495ee5d6a22394cbc8c9dc711e2cb64
tree076621bc88c5bdfb7ed3e0d3004df92d09cc9638
parent7c105cce64699e1a221176f98f7cb9e682aba1e0
reverse_query: BUGFIX - ipaddr, not address!

I made a mistake in the pull req and didn't catch it (OOPS!).

`dns.reversename.from_address(address)` is what was in the code.  Unfortunately, that causes a nice, fat `NameError: name 'address' is not defined` error.  This fixes that.
dns/resolver.py