From dce0a5f39c40ebf63f06c4ad6549e09bce672f2d Mon Sep 17 00:00:00 2001 From: Wilfried Goesgens Date: Fri, 2 Mar 2012 00:20:08 +0100 Subject: [PATCH] SMTPQ: don't multiplay the value for displaying it. --- webcit/smtpqueue.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/webcit/smtpqueue.c b/webcit/smtpqueue.c index 45389ee55..b03c4e0dc 100644 --- a/webcit/smtpqueue.c +++ b/webcit/smtpqueue.c @@ -524,9 +524,7 @@ void QItem_Handle_Recipient(OneQueItem *Item, StrBuf *Line, const char **Pos) void QItem_Handle_retry(OneQueItem *Item, StrBuf *Line, const char **Pos) { - Item->Retry = - StrBufExtractNext_int(Line, Pos, '|'); - Item->Retry *= 2; + Item->Retry = StrBufExtractNext_int(Line, Pos, '|'); } -- 2.30.2