diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-08-03 10:51:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-03 10:51:05 +0100 |
commit | 082bd24c8fa0d93144cd63e7c822ee33327c3e8f (patch) | |
tree | 010ba28ed935b11612349a7db4f19ad419c17808 | |
parent | cb8c7414b6d17c878f53a4bfeb343c6ec4fad0fa (diff) | |
parent | 8086172ad1e4d4e138e2ba80056b8b5835d95a60 (diff) | |
download | rspamd-082bd24c8fa0d93144cd63e7c822ee33327c3e8f.tar.gz rspamd-082bd24c8fa0d93144cd63e7c822ee33327c3e8f.zip |
Merge pull request #796 from bryongloden/patch-2
Update local_scan.c
-rw-r--r-- | contrib/exim/local_scan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/exim/local_scan.c b/contrib/exim/local_scan.c index 20d3ba246..3277bd879 100644 --- a/contrib/exim/local_scan.c +++ b/contrib/exim/local_scan.c @@ -485,7 +485,7 @@ repeat_read: int WaitForScanResult (uschar **resStr) { int Len, i; - int rej, result = LOCAL_SCAN_ACCEPT, answer_size, spm = 0, code = 0, ns = 0, smb = 0, urf = 0; + int rej = 0, result = LOCAL_SCAN_ACCEPT, answer_size, spm = 0, code = 0, ns = 0, smb = 0, urf = 0; char *strP, *tok, *tmp; char *hdr = NULL, *hdrv = NULL, *spmStr = NULL, *symbols=NULL, *urls=NULL; char answ [4096], state[6], metric[128], back; |