From d658c583e8fc948bbfedc3c1fc1d2dd7d55e5c0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20POIROUX?= Date: Tue, 29 Jul 2014 09:45:45 +0200 Subject: [PATCH] Quotes error syntax error at /etc/munin/plugins/varnish_bans line 925, near """ defined" --- plugins/varnish4/varnish4_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/varnish4/varnish4_ b/plugins/varnish4/varnish4_ index f348151e..60df9de3 100644 --- a/plugins/varnish4/varnish4_ +++ b/plugins/varnish4/varnish4_ @@ -923,7 +923,7 @@ sub xml_commit_state if ($key eq 'flag') { $data = translate_type($data); } - if (defined($type) and $type ne "" and defined($ident) and $ident ne "") { + if (defined($type) and $type ne '' and defined($ident) and $ident ne '') { $data{$type}{$ident}{$name}{$key} = $data; } else { $data{$name}{$key} = $data