dovecot-2.2: dsync: Added missing alarm(0)

dovecot at dovecot.org dovecot at dovecot.org
Thu Oct 3 14:57:23 EEST 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/74b3f504d797
changeset: 16834:74b3f504d797
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Oct 03 14:56:23 2013 +0300
description:
dsync: Added missing alarm(0)
This didn't really cause any problems normally since the process was usually
just about to die anyway.

diffstat:

 src/doveadm/dsync/doveadm-dsync.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r b5ec4d364c2e -r 74b3f504d797 src/doveadm/dsync/doveadm-dsync.c
--- a/src/doveadm/dsync/doveadm-dsync.c	Thu Oct 03 11:34:48 2013 +0300
+++ b/src/doveadm/dsync/doveadm-dsync.c	Thu Oct 03 14:56:23 2013 +0300
@@ -405,6 +405,7 @@
 		}
 		*status_r = -1;
 	}
+	alarm(0);
 }
 
 static void cmd_dsync_log_remote_status(int status, bool remote_errors_logged)


More information about the dovecot-cvs mailing list