[master] 83c23d9a7 fix oversight from previous commit

Nils Goroll nils.goroll at uplex.de
Thu Apr 9 12:49:06 UTC 2020


commit 83c23d9a7040f1ab2b1c9616e8761c551a43e790
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Thu Apr 9 14:46:36 2020 +0200

    fix oversight from previous commit
    
    sorry, I overlooked the sixth spot from a total of five different source
    files.

diff --git a/lib/libvcc/vcc_compile.h b/lib/libvcc/vcc_compile.h
index f47b6dede..7ba6cbb62 100644
--- a/lib/libvcc/vcc_compile.h
+++ b/lib/libvcc/vcc_compile.h
@@ -219,10 +219,8 @@ struct vcc {
 	char			*builtin_vcl;
 	struct vfil_path	*vcl_path;
 	struct vfil_path	*vmod_path;
-	unsigned		err_unref;
-	unsigned		allow_inline_c;
-	unsigned		unsafe_path;
-	unsigned		acl_pedantic;
+#define MGT_VCC(t, n, cc) t n;
+#include <tbl/mgt_vcc.h>
 
 	struct symtab		*syms;
 


More information about the varnish-commit mailing list