011e322 MONITOR: Fix off-by-one error in add_string_to_list

Authored and Committed by jhrozek 11 years ago
    MONITOR: Fix off-by-one error in add_string_to_list
    
    We need to allocate num_services+2 - one extra space for the new service
    and one for NULL.
    
        
file modified
+4 -1