From: Jeremy Harris Date: Tue, 24 May 2022 11:30:14 +0000 (+0100) Subject: typo X-Git-Tag: exim-4.96-RC2~12 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/a9a1463c2397d5a116f1130904dd8dc7ccd87b75 typo --- diff --git a/src/src/tls-gnu.c b/src/src/tls-gnu.c index 6737a9a20..5b4898014 100644 --- 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"); } + { DEBUG(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;