148eae6 server:become_daemon(): fix read of uninitialized value

1 file Authored by atikhonov 4 years ago, Committed by pbrezina 4 years ago,
    server:become_daemon(): fix read of uninitialized value
    
    It was wrong to use `status` in case of failed waitpid()
    since value was uninitialized in this case.
    
    Reviewed-by: Tomáš Halman <thalman@redhat.com>
    
        
file modified
+8 -10