Mailing List Archive

[master] 306b43a59 flexelint 43d9e5fb1a10a88ab6a5a98ad4038438025c4999
commit 306b43a59a0fce7299c8c614992034bb0bd11399
Author: Nils Goroll <nils.goroll@uplex.de>
Date: Mon Jan 18 18:07:22 2021 +0100

flexelint 43d9e5fb1a10a88ab6a5a98ad4038438025c4999

forgotten static declaration

diff --git a/vmod/vmod_debug.c b/vmod/vmod_debug.c
index 965393f64..3b7c1bbb4 100644
--- a/vmod/vmod_debug.c
+++ b/vmod/vmod_debug.c
@@ -1195,7 +1195,7 @@ xyzzy_client_port(VRT_CTX)
return (SES_Get_String_Attr(ctx->sp, SA_CLIENT_PORT));
}

-void * fail_magic = &fail_magic;
+static void * fail_magic = &fail_magic;

static void
fail_f(VRT_CTX, void *priv)
_______________________________________________
varnish-commit mailing list
varnish-commit@varnish-cache.org
https://www.varnish-cache.org/lists/mailman/listinfo/varnish-commit