dovecot-2.2: lib-lda: Use the new smtp_client_init(), not _open()

dovecot at dovecot.org dovecot at dovecot.org
Fri Apr 25 13:18:39 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/b53ebeaba6aa
changeset: 17269:b53ebeaba6aa
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Apr 25 16:18:09 2014 +0300
description:
lib-lda: Use the new smtp_client_init(), not _open()

diffstat:

 src/lib-lda/mail-send.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c03076e03250 -r b53ebeaba6aa src/lib-lda/mail-send.c
--- a/src/lib-lda/mail-send.c	Fri Apr 25 16:15:20 2014 +0300
+++ b/src/lib-lda/mail-send.c	Fri Apr 25 16:18:09 2014 +0300
@@ -86,7 +86,7 @@
 		    str_sanitize(reason, 512));
     }
 
-    smtp_client = smtp_client_open(ctx->set, return_addr, NULL, &output);
+    smtp_client = smtp_client_init(ctx->set, return_addr, NULL, &output);
 
     msgid = mail_deliver_get_new_message_id(ctx);
     boundary = t_strdup_printf("%s/%s", my_pid, ctx->set->hostname);


More information about the dovecot-cvs mailing list