dovecot-2.0-pigeonhole: Fixed ManageSieve login crash at startup...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Sun Feb 28 22:50:13 EET 2010


details:   http://hg.rename-it.nl/dovecot-2.0-pigeonhole/rev/35a382739679
changeset: 1239:35a382739679
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Sun Feb 28 21:50:04 2010 +0100
description:
Fixed ManageSieve login crash at startup (patch by Timo Sirainen).

diffstat:

 src/managesieve-login/client.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 4830b8741bf0 -r 35a382739679 src/managesieve-login/client.c
--- a/src/managesieve-login/client.c	Sat Feb 13 12:48:32 2010 +0100
+++ b/src/managesieve-login/client.c	Sun Feb 28 21:50:04 2010 +0100
@@ -34,6 +34,7 @@
 
 void login_process_preinit(void)
 {
+	login_set_roots = managesieve_login_settings_set_roots;
 }
 
 /* Skip incoming data until newline is found,
@@ -392,7 +393,6 @@
 
 void clients_init(void)
 {
-	login_set_roots = managesieve_login_settings_set_roots;
 }
 
 void clients_deinit(void)


More information about the dovecot-cvs mailing list