dovecot-2.0: sdbox: Use "sdbox" name in the internal storage str...

dovecot at dovecot.org dovecot at dovecot.org
Fri Sep 24 19:35:54 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/1070b54b9471
changeset: 12174:1070b54b9471
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Sep 24 17:35:51 2010 +0100
description:
sdbox: Use "sdbox" name in the internal storage structure.
This fixes copying with hard links.

diffstat:

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

diffs (12 lines):

diff -r c2d50bd35dc4 -r 1070b54b9471 src/lib-storage/index/dbox-single/sdbox-storage.c
--- a/src/lib-storage/index/dbox-single/sdbox-storage.c	Fri Sep 24 17:02:08 2010 +0100
+++ b/src/lib-storage/index/dbox-single/sdbox-storage.c	Fri Sep 24 17:35:51 2010 +0100
@@ -22,7 +22,7 @@
 	pool = pool_alloconly_create("sdbox storage", 512+256);
 	storage = p_new(pool, struct sdbox_storage, 1);
 	storage->storage.v = sdbox_dbox_storage_vfuncs;
-	storage->storage.storage = dbox_storage;
+	storage->storage.storage = sdbox_storage;
 	storage->storage.storage.pool = pool;
 	return &storage->storage.storage;
 }


More information about the dovecot-cvs mailing list