dovecot-2.1: raw storage: Don't crash with mailbox_get_metadata()

dovecot at dovecot.org dovecot at dovecot.org
Wed Oct 5 15:48:46 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/ae1f8bae28eb
changeset: 13603:ae1f8bae28eb
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Oct 05 15:57:03 2011 +0300
description:
raw storage: Don't crash with mailbox_get_metadata()

diffstat:

 src/lib-storage/index/raw/raw-storage.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 75f044354386 -r ae1f8bae28eb src/lib-storage/index/raw/raw-storage.c
--- a/src/lib-storage/index/raw/raw-storage.c	Tue Oct 04 17:22:55 2011 +0300
+++ b/src/lib-storage/index/raw/raw-storage.c	Wed Oct 05 15:57:03 2011 +0300
@@ -217,7 +217,7 @@
 		index_storage_mailbox_delete,
 		index_storage_mailbox_rename,
 		index_storage_get_status,
-		NULL,
+		index_mailbox_get_metadata,
 		index_storage_list_index_has_changed,
 		index_storage_list_index_update_sync,
 		raw_storage_sync_init,


More information about the dovecot-cvs mailing list