94a4d49 Fix locally dead code error found by coverity

Authored and Committed by simo 11 years ago
    Fix locally dead code error found by coverity
    
    By setting closewait to 0 after waitpid we would loop forever not the max 10
    times we intended to.
    
    Signed-off-by: Simo Sorce <simo@redhat.com>
    
        
file modified
+3 -4