summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2016-01-21 17:08:18 +1300
committerKarolin Seeger <kseeger@samba.org>2016-02-24 11:43:58 +0100
commita76db395d06c762a5f5527944215752865af1e54 (patch)
tree0c108467170761f98c0e55b9cc3cf49c3ed4351a
parenta03e3fa362755405ea5a07f59c1f58f080f63f06 (diff)
downloadsamba-a76db395d06c762a5f5527944215752865af1e54.tar.gz
CVE-2016-0771: tests/dns: Add a comment regarding odd Windows behaviour
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11128 BUG: https://bugzilla.samba.org/show_bug.cgi?id=11686 Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
-rw-r--r--python/samba/tests/dns.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/samba/tests/dns.py b/python/samba/tests/dns.py
index fe0ac3b03ec..b6006d7070e 100644
--- a/python/samba/tests/dns.py
+++ b/python/samba/tests/dns.py
@@ -870,7 +870,6 @@ class TestInvalidQueries(DNSTest):
if s is not None:
s.close()
-
if __name__ == "__main__":
import unittest
unittest.main()