X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/f3ebb786e451da973560f1c9d8cdb151d25108b5..bd231acd0f24e4c27c6d6885f48c24360700ec7f:/src/src/verify.c diff --git a/src/src/verify.c b/src/src/verify.c index e98dee669..a1276068b 100644 --- a/src/src/verify.c +++ b/src/src/verify.c @@ -1172,7 +1172,7 @@ if (!done) /* Come here from within the cache-reading code on fast-track exit. */ END_CALLOUT: -tls_modify_variables(&tls_in); +tls_modify_variables(&tls_in); /* return variables to inbound values */ return yield; } @@ -2193,7 +2193,7 @@ the -bv or -bt case). */ out: verify_mode = NULL; -tls_modify_variables(&tls_in); +tls_modify_variables(&tls_in); /* return variables to inbound values */ return yield; }