summaryrefslogtreecommitdiff
path: root/src/src/verify.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/src/verify.c')
-rw-r--r--src/src/verify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/verify.c b/src/src/verify.c
index d39e103ac..ec75ce5ce 100644
--- a/src/src/verify.c
+++ b/src/src/verify.c
@@ -636,7 +636,7 @@ can do it there for the non-rcpt-verify case. For this we keep an addresscount.
outblock.authenticating = FALSE;
/* Reset the parameters of a TLS session */
- tls_out.cipher = tls_out.peerdn = NULL;
+ tls_out.cipher = tls_out.peerdn = tls_out.peercert = NULL;
/* Connect to the host; on failure, just loop for the next one, but we
set the error for the last one. Use the callout_connect timeout. */