[master] 9aa6fe768 Flexelinting
Nils Goroll
nils.goroll at uplex.de
Sat Sep 28 12:10:05 UTC 2024
commit 9aa6fe76892521e62a98279a51b7a668a0f44567
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Sat Sep 28 14:08:16 2024 +0200
Flexelinting
diff --git a/lib/libvcc/vcc_backend.c b/lib/libvcc/vcc_backend.c
index 3cd4da265..f0641d25a 100644
--- a/lib/libvcc/vcc_backend.c
+++ b/lib/libvcc/vcc_backend.c
@@ -704,7 +704,7 @@ void
vcc_ParseBackend(struct vcc *tl)
{
struct token *t_first, *t_be;
- struct symbol *sym = NULL;
+ struct symbol *sym;
const char *dn;
tl->ndirector++;
More information about the varnish-commit
mailing list