fixes
[exim.git] / src / src / transport.c
index 142fede070f7ce0fcb53516989f9f7d016f8635a..cd5e8d3191fc046a06a62ac8f4dbbad52bc2859e 100644 (file)
@@ -265,6 +265,7 @@ for (int i = 0; i < 100; i++)
       }
     else                               /* Timeout wanted. */
       {
+      sigalrm_seen = FALSE;
       ALARM(local_timeout);
        rc = tpt_write(fd, block, len, more, tctx->options);
        save_errno = errno;