projects
/
invirt/scripts/munin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
28f91ec
)
Use the tighter-binding or
author
Quentin Smith
<quentin@mit.edu>
Tue, 7 Jan 2014 05:02:06 +0000
(
00:02
-0500)
committer
Quentin Smith
<quentin@mit.edu>
Tue, 7 Jan 2014 05:02:06 +0000
(
00:02
-0500)
web/usage.cgi
patch
|
blob
|
history
diff --git
a/web/usage.cgi
b/web/usage.cgi
index
2123506
..
af8901b
100755
(executable)
--- a/
web/usage.cgi
+++ b/
web/usage.cgi
@@
-82,7
+82,7
@@
if ($type{"sub_types"}) {
}
foreach my $sub_type (@sub_types) {
- my $cdef = $sub_type->{"cdef"} or $type{"cdef"};
+ my $cdef = $sub_type->{"cdef"} || $type{"cdef"};
my $suffix = $sub_type->{"suffix"};
my $path = catfile(GRAPH_DIR, "*-$type{plugin_name}-uuid_$uuid$suffix-?.rrd");