dovecot-1.1: Compile fix with some compilers

dovecot at dovecot.org dovecot at dovecot.org
Wed Feb 13 20:08:47 EET 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/983c6ea05de0
changeset: 7238:983c6ea05de0
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Feb 13 20:08:11 2008 +0200
description:
Compile fix with some compilers

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/fts/fts-api-private.h |    2 +-

diffs (15 lines):

diff -r a46e705f8110 -r 983c6ea05de0 src/plugins/fts/fts-api-private.h
--- a/src/plugins/fts/fts-api-private.h	Wed Feb 13 20:07:29 2008 +0200
+++ b/src/plugins/fts/fts-api-private.h	Wed Feb 13 20:08:11 2008 +0200
@@ -41,10 +41,10 @@ enum fts_backend_flags {
 
 struct fts_backend {
 	const char *name;
-	struct mailbox *box;
 	enum fts_backend_flags flags;
 
 	struct fts_backend_vfuncs v;
+	struct mailbox *box;
 
 	unsigned int locked:1;
 	unsigned int building:1;


More information about the dovecot-cvs mailing list