From 3c563b85aded095e5ddcc1f9fbd0624a5bd22aa3 Mon Sep 17 00:00:00 2001 From: neocogent Date: Fri, 17 Jul 2015 04:22:39 +0700 Subject: [PATCH] adjust comment about wildcards --- lib/interface.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/interface.py b/lib/interface.py index 8ca224b4b..07d66e1bf 100644 --- a/lib/interface.py +++ b/lib/interface.py @@ -121,8 +121,7 @@ class TcpInterface(threading.Thread): def check_host_name(self, peercert, name): """Simple certificate/host name checker. Returns True if the - certificate matches, False otherwise. Does not support - wildcards.""" + certificate matches, False otherwise.""" # Check that the peer has supplied a certificate. # None/{} is not acceptable. if not peercert: