X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Fretry.c;fp=src%2Fsrc%2Fretry.c;h=a040c33108a572fa13091f6627f07632fc68a234;hp=fd4cbc25641a2b41028b41d1ab04b56db335feb5;hb=8768d5483a5894400ae1f70cda1beb44ed9b087c;hpb=3fc73bdc7aa8ac2b2b290033f602bdb947ae8049 diff --git a/src/src/retry.c b/src/src/retry.c index fd4cbc256..a040c3310 100644 --- a/src/src/retry.c +++ b/src/src/retry.c @@ -217,7 +217,7 @@ if (host_retry_record) /* We have not reached the next try time. Check for the ultimate address timeout if the host has not expired. */ - if (now < host_retry_record->next_try && !deliver_force) + if (now < host_retry_record->next_try && !f.deliver_force) { if (!host_retry_record->expired && retry_ultimate_address_timeout(host_key, domain, @@ -245,7 +245,7 @@ unless the ultimate address timeout has been reached. */ if (message_retry_record) { *retry_message_key = message_key; - if (now < message_retry_record->next_try && !deliver_force) + if (now < message_retry_record->next_try && !f.deliver_force) { if (!retry_ultimate_address_timeout(host_key, domain, message_retry_record, now))