Changeset 1437

Show
Ignore:
Timestamp:
02/06/08 12:49:08 (4 years ago)
Author:
janl
Message:

* Fixed locking bug, lock was not created, and previously there was no error message

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/server/Munin.pm.in

    r1410 r1437  
    1 package Munin; 
    2 # -*- perl -*- 
     1package Munin; # -*- perl -*- 
    32# 
    43# Copyright (C) 2003-2004 Jimmy Olsen, Audun Ytterdal 
     
    7170        "graph_order", "graph_sources", "fork", "graph_title", "create_args",  
    7271        "graph_args", "graph_vlabel", "graph_vtitle", "graph_total",  
    73         "graph_scale", "graph", "update", "host_name", "label", "cdef", "draw",  
     72        "graph_scale", "graph", "update", "host_name", "label", "cdef", "draw", 
    7473        "graph", "max", "min", "negative", "skipdraw", "type", "warning",  
    7574        "critical", "special_stack", "special_sum", "stack", "sum", "address",  
     
    194193        } 
    195194        &munin_removelock($lockname); 
    196         &munin_createlock($lockname); 
    197     } 
     195    } 
     196    &munin_createlock($lockname); 
    198197    return 1; 
    199198}