summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Halley <halley@play-bow.org>2020-06-26 14:22:45 -0700
committerBob Halley <halley@play-bow.org>2020-06-26 14:22:45 -0700
commitcdf4404b018a7eb63e8bc7dfab56704497328fed (patch)
treead499bf87cafa25f3ac252e22349e46914c600c7
parent39ca63e868afa7d8282207a2255343b03fd27332 (diff)
downloaddnspython-cdf4404b018a7eb63e8bc7dfab56704497328fed.tar.gz
lint
-rw-r--r--dns/message.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/message.py b/dns/message.py
index dd278f6..d661464 100644
--- a/dns/message.py
+++ b/dns/message.py
@@ -681,8 +681,8 @@ class _WireReader:
(rdclass, rdtype, _, _) = \
self.message._parse_rr_header(self, section_number,
rdclass, rdtype)
- rrset = self.message.find_rrset(section, qname, rdclass, rdtype,
- create=True, force_unique=True)
+ self.message.find_rrset(section, qname, rdclass, rdtype,
+ create=True, force_unique=True)
def _get_section(self, section_number, count):
"""Read the next I{count} records from the wire data and add them to