summaryrefslogtreecommitdiff
path: root/lib/dnspython/dns/message.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-12-20 02:31:40 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-12-20 03:21:52 +0100
commite1d3de3e173e2e1b31cfe0c7e8483eb205f4bb2d (patch)
tree3b9081680b2f63bc53f6688829d6ae1639a474b1 /lib/dnspython/dns/message.py
parent145868db15a67675492fbac52d9aecfa4dcf8c84 (diff)
downloadsamba-e1d3de3e173e2e1b31cfe0c7e8483eb205f4bb2d.tar.gz
samba-e1d3de3e173e2e1b31cfe0c7e8483eb205f4bb2d.tar.bz2
samba-e1d3de3e173e2e1b31cfe0c7e8483eb205f4bb2d.zip
dnspython: Merge in new upstream.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Mon Dec 20 03:21:52 CET 2010 on sn-devel-104
Diffstat (limited to 'lib/dnspython/dns/message.py')
-rw-r--r--lib/dnspython/dns/message.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dnspython/dns/message.py b/lib/dnspython/dns/message.py
index 5ec711e1eb..a124a3e177 100644
--- a/lib/dnspython/dns/message.py
+++ b/lib/dnspython/dns/message.py
@@ -686,7 +686,7 @@ class _WireReader(object):
deleting = None
if deleting == dns.rdataclass.ANY or \
(deleting == dns.rdataclass.NONE and \
- section == self.message.answer):
+ section is self.message.answer):
covers = dns.rdatatype.NONE
rd = None
else: