X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/8102279385f5f70c959aa219feca37031c0a1828..46d2a5e6f6e7709d172903b13945d23fc0a2c888:/src/src/receive.c diff --git a/src/src/receive.c b/src/src/receive.c index 398250ebb..0afb72b8c 100644 --- a/src/src/receive.c +++ b/src/src/receive.c @@ -2568,7 +2568,7 @@ if (extract_recip) If there are no recipients at all, an error will occur later. */ - if (recipient == NULL && Ustrcmp(errmess, "empty address") != 0) + if (!recipient && Ustrcmp(errmess, "empty address") != 0) { int len = Ustrlen(s); error_block *b = store_get(sizeof(error_block), FALSE);