dovecot-2.1: lib-index: Minor code cleanup.

dovecot at dovecot.org dovecot at dovecot.org
Mon Apr 9 12:22:10 EEST 2012


details:   http://hg.dovecot.org/dovecot-2.1/rev/30f8ef8696f0
changeset: 14399:30f8ef8696f0
user:      Timo Sirainen <tss at iki.fi>
date:      Tue Apr 03 14:45:10 2012 +0300
description:
lib-index: Minor code cleanup.

diffstat:

 src/lib-index/mail-transaction-log-file.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (13 lines):

diff -r 2bf504b33d64 -r 30f8ef8696f0 src/lib-index/mail-transaction-log-file.c
--- a/src/lib-index/mail-transaction-log-file.c	Mon Apr 09 11:53:46 2012 +0300
+++ b/src/lib-index/mail-transaction-log-file.c	Tue Apr 03 14:45:10 2012 +0300
@@ -945,8 +945,8 @@
 			   modseq_ext_len) == 0) {
 			/* modseq tracking started */
 			*cur_modseq += 1;
-			return;
 		}
+		return;
 	} else {
 		/* not tracking modseqs */
 		return;


More information about the dovecot-cvs mailing list