dovecot-2.0-sslstream: lmtp: Fixed crashing caused by recent API...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:55:22 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/9c640a1eb8b6
changeset: 10128:9c640a1eb8b6
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Oct 21 14:17:12 2009 -0400
description:
lmtp: Fixed crashing caused by recent API changes.

diffstat:

1 file changed, 1 insertion(+)
src/lmtp/main.c |    1 +

diffs (11 lines):

diff -r 915cd421895f -r 9c640a1eb8b6 src/lmtp/main.c
--- a/src/lmtp/main.c	Tue Oct 20 21:11:19 2009 -0400
+++ b/src/lmtp/main.c	Wed Oct 21 14:17:12 2009 -0400
@@ -72,6 +72,7 @@ int main(int argc, char *argv[])
 					     &argc, &argv, NULL);
 	if (master_getopt(master_service) > 0)
 		return FATAL_DEFAULT;
+	master_service_init_finish(master_service);
 
 	multi_service = mail_storage_service_multi_init(master_service,
 							set_roots,


More information about the dovecot-cvs mailing list