[master] 306b43a59 flexelint 43d9e5fb1a10a88ab6a5a98ad4038438025c4999

Nils Goroll nils.goroll at uplex.de
Mon Jan 18 17:08:07 UTC 2021


commit 306b43a59a0fce7299c8c614992034bb0bd11399
Author: Nils Goroll <nils.goroll at 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)


More information about the varnish-commit mailing list