From: Jeremy Harris Date: Mon, 16 Apr 2018 08:15:17 +0000 (+0100) Subject: Fix typo in arc. Bug 2262 X-Git-Tag: exim-4.92-RC1~213 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/69a82da3e9018b082cee870030ecc557497301df Fix typo in arc. Bug 2262 --- diff --git a/src/src/arc.c b/src/src/arc.c index fb9c953b0..ddf73959c 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)",