From 87229a18d1fbe959d38f82bde661b57fed11d220 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Tue, 5 Dec 2023 17:49:06 +0000 Subject: [PATCH] Compiler quietening --- src/src/verify.c | 2 ++ 1 file changed, 2 insertions(+) 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-". */ -- 2.30.2