summaryrefslogtreecommitdiffstats
path: root/tcpd
diff options
context:
space:
mode:
authorSam Varshavchik2020-04-24 07:09:44 -0400
committerSam Varshavchik2020-04-24 07:09:50 -0400
commit531c5ca6c1290dfc036f6149199cb9c19ba23ab1 (patch)
tree5fd1e79f0a0f5e596ceb45cad605b78b9a61fd5f /tcpd
parent92e047d146ed9bae79856b2a17ab513e1ddac5c9 (diff)
downloadcourier-libs-531c5ca6c1290dfc036f6149199cb9c19ba23ab1.tar.bz2
Remove debugging message.
Diffstat (limited to 'tcpd')
-rw-r--r--tcpd/libcouriergnutls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tcpd/libcouriergnutls.c b/tcpd/libcouriergnutls.c
index 7a48ae3..5fc0ef9 100644
--- a/tcpd/libcouriergnutls.c
+++ b/tcpd/libcouriergnutls.c
@@ -567,7 +567,6 @@ static int name_check(ssl_handle ssl,
p=idn_domain ? idn_domain:ssl->info_cpy.peer_verify_domain;
- printf("Check %s\n", p);
rc=gnutls_x509_crt_check_hostname(cert, p);
if (idn_domain)