adjust comment about wildcards

This commit is contained in:
neocogent 2015-07-17 04:22:39 +07:00
parent 59c231808f
commit 3c563b85ad
1 changed files with 1 additions and 2 deletions

View File

@ -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: