git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee8d56f
)
typo
author
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 24 May 2022 11:30:14 +0000
(12:30 +0100)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Tue, 24 May 2022 11:30:14 +0000
(12:30 +0100)
src/src/tls-gnu.c
patch
|
blob
|
history
diff --git
a/src/src/tls-gnu.c
b/src/src/tls-gnu.c
index 6737a9a2010d48f429daaba274a5fbfdef9811c2..5b48980145fe7be620755d014fcc19fe9404143f 100644
(file)
--- a/
src/src/tls-gnu.c
+++ b/
src/src/tls-gnu.c
@@
-3279,7
+3279,7
@@
tls_retrieve_session(tls_support * tlsp, gnutls_session_t session,
tlsp->resumption = RESUME_SUPPORTED;
if (continue_hostname) /* no host_lbserver available for tls_client_resmption_key() */
- { DEBU(D_tls) debug_printf("resumption not supported on continued-connection\n"); }
+ { DEBU
G
(D_tls) debug_printf("resumption not supported on continued-connection\n"); }
else if (verify_check_given_host(CUSS &ob->tls_resumption_hosts, conn_args->host) == OK)
{
dbdata_tls_session * dt;