[exim-cvs] typo

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Exim Git Commits Mailing List
Fecha:  
A: exim-cvs
Asunto: [exim-cvs] typo
Gitweb: https://git.exim.org/exim.git/commitdiff/25f3b885dbfd1ba330521c8fe106876667a31bb7
Commit:     25f3b885dbfd1ba330521c8fe106876667a31bb7
Parent:     651acf8b35829ae9cf763d0e9103d2f6ec3544b0
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Wed Jul 21 09:38:25 2021 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Wed Jul 21 09:38:25 2021 +0100


    typo
---
 src/src/tls-openssl.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/src/tls-openssl.c b/src/src/tls-openssl.c
index a95b58a..89f11ce 100644
--- a/src/src/tls-openssl.c
+++ b/src/src/tls-openssl.c
@@ -3273,7 +3273,7 @@ else DEBUG(D_tls)
   if (len && name)
     debug_printf("ALPN negotiated: '%.*s'\n", (int)*name, name+1);
   else
-    debug_printf(ALPN: no protocol negotiated\n");
+    debug_printf("ALPN: no protocol negotiated\n");
   }
 #endif