From a76db395d06c762a5f5527944215752865af1e54 Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Thu, 21 Jan 2016 17:08:18 +1300 Subject: 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 --- python/samba/tests/dns.py | 1 - 1 file changed, 1 deletion(-) 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() -- cgit v1.2.1