[exim-cvs] Revert "Spamd: add missing initialiser. Rspamd mo…

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Revert "Spamd: add missing initialiser. Rspamd mode was incorrectly sometimes seen."
Gitweb: https://git.exim.org/exim.git/commitdiff/149b0e8a479aa1bbd9b2fb8281313edc487e6cec
Commit:     149b0e8a479aa1bbd9b2fb8281313edc487e6cec
Parent:     dd0b893238d03a9bb38e793f3d935272ed73da6d
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Jun 16 14:45:44 2018 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue Jun 26 12:02:27 2018 +0100


    Revert "Spamd: add missing initialiser.  Rspamd mode was incorrectly sometimes seen."


    This reverts commit e718bd6285cb0fb45b74b6fc00b7737590dcaa60.
---
 src/src/spam.c | 1 -
 1 file changed, 1 deletion(-)


diff --git a/src/src/spam.c b/src/src/spam.c
index 95e5fc0..6451ba2 100644
--- a/src/src/spam.c
+++ b/src/src/spam.c
@@ -30,7 +30,6 @@ static int
spamd_param_init(spamd_address_container *spamd)
{
/* default spamd server weight, time and priority value */
-spamd->is_rspamd = FALSE;
spamd->is_failed = FALSE;
spamd->weight = SPAMD_WEIGHT;
spamd->timeout = SPAMD_TIMEOUT;