Changeset 3421
- Timestamp:
- 03/15/10 22:58:34 (5 months ago)
- Files:
-
- trunk/master/lib/Munin/Master/GraphOld.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/master/lib/Munin/Master/GraphOld.pm
r3416 r3421 249 249 exit_if_run_by_super_user(); 250 250 251 $config = &munin_config($conffile); 251 # Only read $config once (thx Jani M.) 252 # TODO - should maybe stat() the conf file to dyna reload the conf 253 $config = &munin_config($conffile) if ! $config; 252 254 253 255 # untaint the $log_file variable
