5724e02 Ticket 47427 - Overflow in nsslapd-disk-monitoring-threshold

Authored and Committed by rmeggins 10 years ago
    Ticket 47427 - Overflow in nsslapd-disk-monitoring-threshold
    
    Bug Description:  The threshold setting was being stored as an "int" instead
                      of a PRUint64.  Config setting validation was also incomplete.
    
    Fix Description:  Fix build warning caused by previous commit.
    
    https://fedorahosted.org/389/ticket/47427