TLS: restore TLS protocol version to default Received: header
[exim.git] / src / src / smtp_in.c
index 67179864191c82f8e3a0d5fa3e3d94d1177adf3a..18e04dc2e5cf2063869f86cd9d9436ad2c39368c 100644 (file)
@@ -2466,7 +2466,7 @@ if (!host_checking && !f.sender_host_notsocket)
 authenticated_by = NULL;
 
 #ifndef DISABLE_TLS
-tls_in.cipher = tls_in.peerdn = NULL;
+tls_in.ver = tls_in.cipher = tls_in.peerdn = NULL;
 tls_in.ourcert = tls_in.peercert = NULL;
 tls_in.sni = NULL;
 tls_in.ocsp = OCSP_NOT_REQ;