dovecot-2.2: replicator: Database should be exported (not import...

dovecot at dovecot.org dovecot at dovecot.org
Wed Nov 6 16:33:50 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/b013764afe7c
changeset: 16939:b013764afe7c
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Nov 06 16:33:37 2013 +0200
description:
replicator: Database should be exported (not imported!) every 15 mins.

diffstat:

 src/replication/replicator/replicator.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r fa6466dcc37a -r b013764afe7c src/replication/replicator/replicator.c
--- a/src/replication/replicator/replicator.c	Wed Nov 06 15:30:15 2013 +0200
+++ b/src/replication/replicator/replicator.c	Wed Nov 06 16:33:37 2013 +0200
@@ -70,7 +70,7 @@
 	const char *path;
 
 	path = t_strconcat(service_set->state_dir, "/"REPLICATOR_DB_FNAME, NULL);
-	(void)replicator_queue_import(queue, path);
+	(void)replicator_queue_export(queue, path);
 }
 
 static void main_init(void)


More information about the dovecot-cvs mailing list