Projet

Général

Profil

Révision d658c583

IDd658c583e8fc948bbfedc3c1fc1d2dd7d55e5c0f
Parent ed8a615e
Enfant cc15e334

Ajouté par Léo POIROUX il y a plus de 10 ans

Quotes error

syntax error at /etc/munin/plugins/varnish_bans line 925, near """ defined"

Voir les différences:

plugins/varnish4/varnish4_
923 923
		if ($key eq 'flag') {
924 924
			$data = translate_type($data);
925 925
		}
926
		if (defined($type) and $type ne "" and defined($ident) and $ident ne "") {
926
		if (defined($type) and $type ne '' and defined($ident) and $ident ne '') {
927 927
			$data{$type}{$ident}{$name}{$key} = $data;
928 928
		} else {
929 929
			$data{$name}{$key} = $data

Formats disponibles : Unified diff