simmon / certmonger

Forked from certmonger 2 years ago
Clone

08dab29 If calling a CA helper fails, call cm_casave_done to reap

Authored and Committed by rcritten 3 years ago
    If calling a CA helper fails, call cm_casave_done to reap
    
    CA helper calls to certmaster when the certmaster helper wasn't
    installed was causing 8 zombie processes (one for each query).
    
    It is due to waitpid() not being called on them.
    
    https://pagure.io/certmonger/issue/185
    
        
file modified
+1 -2
file modified
+4 -0