CVE-2016-0771: tests/dns: Add a comment regarding odd Windows behaviour
authorGarming Sam <garming@catalyst.net.nz>
Thu, 21 Jan 2016 04:08:18 +0000 (17:08 +1300)
committerKarolin Seeger <kseeger@samba.org>
Wed, 24 Feb 2016 10:43:58 +0000 (11:43 +0100)
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>
python/samba/tests/dns.py

index fe0ac3b03ec071690f15da592c8de9c177b991c6..b6006d7070eaaf98f23fb500a8710d65d8007265 100644 (file)
@@ -870,7 +870,6 @@ class TestInvalidQueries(DNSTest):
             if s is not None:
                 s.close()
 
-
 if __name__ == "__main__":
     import unittest
     unittest.main()