aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmail-remote/qmailr_tls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmail-remote/qmailr_tls.c')
-rw-r--r--src/qmail-remote/qmailr_tls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmail-remote/qmailr_tls.c b/src/qmail-remote/qmailr_tls.c
index 6e09a82..351401e 100644
--- a/src/qmail-remote/qmailr_tls.c
+++ b/src/qmail-remote/qmailr_tls.c
@@ -19,7 +19,7 @@ int qmailr_tls_init (qmailr_tls *qt, stralloc *sa)
if (r)
{
unsigned int strictness = 0 ;
- tmp.flagtls = 1 ;
+ tmp.flagwanttls = 1 ;
if (sa->s[sa->len - 2] == '/')
{
sa->s[--sa->len - 1] = 0 ;