simmon / certmonger

Forked from certmonger 3 years ago
Clone

871f6d0 Call _exit() instead of exit() in canalyze

Authored and Committed by nalin 9 years ago
    Call _exit() instead of exit() in canalyze
    
    Use _exit() instead of exit() in the canalyze subprocess, like all of
    the other non-exec subprocesses.
    
        
file modified
+2 -2