https://bugs.exim.org/show_bug.cgi?id=2262
Git Commit <git@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |git@???
--- Comment #1 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/69a82da3e9018b082cee870030ecc557497301df
commit 69a82da3e9018b082cee870030ecc557497301df
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Mon Apr 16 09:15:17 2018 +0100
Commit: Jeremy Harris <jgh146exb@???>
CommitDate: Mon Apr 16 09:19:16 2018 +0100
Fix typo in arc. Bug 2262
---
src/src/arc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/src/arc.c b/src/src/arc.c
index fb9c953..ddf7395 100644
--- a/src/src/arc.c
+++ b/src/src/arc.c
@@ -1568,7 +1568,7 @@ expire = now = 0;
identity = string_nextinlist(&signspec, &sep, NULL, 0);
selector = string_nextinlist(&signspec, &sep, NULL, 0);
-if ( !*identity | !*selector
+if ( !*identity || !*selector
|| !(privkey = string_nextinlist(&signspec, &sep, NULL, 0)) || !*privkey)
{
log_write(0, LOG_MAIN, "ARC: bad signing-specification (%s)",
--
You are receiving this mail because:
You are on the CC list for the bug.