dovecot-2.1: Compiler warning fix.

dovecot at dovecot.org dovecot at dovecot.org
Wed Oct 2 08:02:52 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.1/rev/9313b0733008
changeset: 15004:9313b0733008
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Oct 02 08:02:30 2013 +0300
description:
Compiler warning fix.

diffstat:

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

diffs (12 lines):

diff -r 4b80f6be7ff8 -r 9313b0733008 src/director/director-connection.c
--- a/src/director/director-connection.c	Tue Oct 01 06:57:54 2013 +0300
+++ b/src/director/director-connection.c	Wed Oct 02 08:02:30 2013 +0300
@@ -1175,7 +1175,7 @@
 	}
 
 	if ((host == NULL || !host->self) &&
-	    dir->self_host->last_sync_timestamp != ioloop_time)
+	    (time_t)dir->self_host->last_sync_timestamp != ioloop_time)
 		director_resend_sync(dir);
 	return TRUE;
 }


More information about the dovecot-cvs mailing list