Ticket #1201: fix-unlinkpinpoint.patch
| File fix-unlinkpinpoint.patch, 511 bytes (added by Longinus00, 16 months ago) |
|---|
-
master/_bin/munin-cgi-graph.in
203 203 204 204 # ... and graph data 205 205 send_graph_data($filename); 206 # Pinpoint data shouldn't be saved. 207 if ($pinpoint) { 208 unlink $filename or WARN "[WARNING] Could not unlink \"$filename\""; 209 } 206 210 } continue { 207 211 $nb_request++; 208 212 if ($nb_request_max && $nb_request > $nb_request_max) {
