diff options
| author | Sam Varshavchik | 2020-04-24 07:09:44 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2020-04-24 07:09:50 -0400 | 
| commit | 531c5ca6c1290dfc036f6149199cb9c19ba23ab1 (patch) | |
| tree | 5fd1e79f0a0f5e596ceb45cad605b78b9a61fd5f | |
| parent | 92e047d146ed9bae79856b2a17ab513e1ddac5c9 (diff) | |
| download | courier-libs-531c5ca6c1290dfc036f6149199cb9c19ba23ab1.tar.bz2 | |
Remove debugging message.
| -rw-r--r-- | tcpd/libcouriergnutls.c | 1 | 
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) | 
