From: Jeremy Harris Date: Tue, 5 Dec 2023 17:49:06 +0000 (+0000) Subject: Compiler quietening X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/87229a18d1fbe959d38f82bde661b57fed11d220 Compiler quietening --- diff --git a/src/src/verify.c b/src/src/verify.c index bc3666285..d080ddd63 100644 --- a/src/src/verify.c +++ b/src/src/verify.c @@ -3005,6 +3005,8 @@ if ((semicolon = Ustrchr(ss, ';'))) endname = semicolon; opts = NULL; } +else + opts = NULL; /* If we are doing an IP address only match, then all lookups must be IP address lookups, even if there is no "net-". */