[6.0] 56b1abda2 fix layer 8 brace overflow error

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Aug 16 08:52:59 UTC 2018


commit 56b1abda2bbaa7824b83c6f34daa88fe22dd9c60
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri May 18 14:48:35 2018 +0200

    fix layer 8 brace overflow error

diff --git a/bin/varnishd/cache/cache_panic.c b/bin/varnishd/cache/cache_panic.c
index 1dc3d1f32..0666c89e7 100644
--- a/bin/varnishd/cache/cache_panic.c
+++ b/bin/varnishd/cache/cache_panic.c
@@ -387,7 +387,7 @@ pan_vfp(struct vsb *vsb, const struct vfp_ctx *vfc)
 	VSB_printf(vsb, "obj_flags = 0x%x,\n", vfc->obj_flags);
 	VSB_indent(vsb, -2);
 	VSB_printf(vsb, "},\n");
-};
+}
 
 
 static void


More information about the varnish-commit mailing list