[master] 2a7ea235b Gah, I guess I must have hit 'u' before saving.

Poul-Henning Kamp phk at FreeBSD.org
Mon Jun 20 10:42:05 UTC 2022


commit 2a7ea235b76523ea34c863818f6401115530a3d3
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Jun 20 10:41:28 2022 +0000

    Gah, I guess I must have hit 'u' before saving.

diff --git a/lib/libvcc/vmodtool.py b/lib/libvcc/vmodtool.py
index efbcd4841..6a56afb06 100755
--- a/lib/libvcc/vmodtool.py
+++ b/lib/libvcc/vmodtool.py
@@ -1101,7 +1101,7 @@ class vcc(object):
     def json(self, fo):
         fo.write("\nstatic const char Vmod_Json[] = {\n")
 
-        for i in self.iter_json(fnx):
+        for i in self.iter_json():
             fo.write('\t"')
             for j in i:
                 if j in '"\\':


More information about the varnish-commit mailing list