Compiler quietening
authorJeremy Harris <jgh146exb@wizmail.org>
Tue, 5 Dec 2023 17:49:06 +0000 (17:49 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Tue, 5 Dec 2023 18:03:03 +0000 (18:03 +0000)
src/src/verify.c

index bc36662853544b40ad2248409322b21fffca64d0..d080ddd631bd8f2985b1c26f71bc2a92f51ad298 100644 (file)
@@ -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-". */