From: Garming Sam Date: Thu, 21 Jan 2016 04:08:18 +0000 (+1300) Subject: CVE-2016-0771: tests/dns: Add a comment regarding odd Windows behaviour X-Git-Tag: samba-4.1.23~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a76db395d06c762a5f5527944215752865af1e54;p=thirdparty%2Fsamba.git 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 Reviewed-by: Stefan Metzmacher Reviewed-by: Andrew Bartlett --- 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()