From: Timo Sirainen Date: Thu, 3 Oct 2013 11:56:23 +0000 (+0300) Subject: dsync: Added missing alarm(0) X-Git-Tag: 2.2.7~95 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0a1ef4d0a56eaa8e67f77bf60cff97a1282f3816;p=thirdparty%2Fdovecot%2Fcore.git dsync: Added missing alarm(0) This didn't really cause any problems normally since the process was usually just about to die anyway. --- diff --git a/src/doveadm/dsync/doveadm-dsync.c b/src/doveadm/dsync/doveadm-dsync.c index da5409c39a..dab8bdd769 100644 --- a/src/doveadm/dsync/doveadm-dsync.c +++ b/src/doveadm/dsync/doveadm-dsync.c @@ -405,6 +405,7 @@ static void cmd_dsync_wait_remote(struct dsync_cmd_context *ctx, } *status_r = -1; } + alarm(0); } static void cmd_dsync_log_remote_status(int status, bool remote_errors_logged)