diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2012-05-07 15:35:14 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2012-05-07 15:35:14 +0100 |
commit | 5b4569757c6dc749c250f065705f65c938bffb2e (patch) | |
tree | 6efbb4cb195f5e1ae563204a8dd91fb0e23957c6 /src | |
parent | 9cbad13b652da19396511434b18e88533c8f9901 (diff) |
Testsuite: updates for 8bitmime-as-default.
Diffstat (limited to 'src')
-rw-r--r-- | src/src/transports/smtp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/src/transports/smtp.c b/src/src/transports/smtp.c index b1fedd2d4..4db67f871 100644 --- a/src/src/transports/smtp.c +++ b/src/src/transports/smtp.c @@ -895,7 +895,9 @@ outblock.authenticating = FALSE; tls_bits = 0; tls_cipher = NULL; tls_peerdn = NULL; +#ifndef USE_GNUTLS tls_sni = NULL; +#endif /* If an authenticated_sender override has been specified for this transport instance, expand it. If the expansion is forced to fail, and there was already |