dovecot: Error handling fix

dovecot at dovecot.org dovecot at dovecot.org
Sun Nov 11 21:20:59 EET 2007


details:   http://hg.dovecot.org/dovecot/rev/92768090a106
changeset: 6786:92768090a106
user:      Timo Sirainen <tss at iki.fi>
date:      Sun Nov 11 21:20:46 2007 +0200
description:
Error handling fix

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/deliver/deliver.c |    2 +-

diffs (12 lines):

diff -r f744f28c7346 -r 92768090a106 src/deliver/deliver.c
--- a/src/deliver/deliver.c	Sun Nov 11 19:20:29 2007 +0200
+++ b/src/deliver/deliver.c	Sun Nov 11 21:20:46 2007 +0200
@@ -868,7 +868,7 @@ int main(int argc, char *argv[])
 		enum mail_error error;
 
 		i_fatal("Can't sync delivery mail: %s",
-			mail_storage_get_last_error(storage, &error));
+			mail_storage_get_last_error(raw_ns->storage, &error));
 	}
 	raw_box = (struct raw_mailbox *)box;
 	raw_box->envelope_sender = envelope_sender;


More information about the dovecot-cvs mailing list