Only send kill once. No point in repeating it
This commit is contained in:
parent
773ed11742
commit
3749eb3e6f
|
@ -529,6 +529,7 @@ sub kill_until_dead {
|
|||
.". Sending KILL to pid $$process{pid}\n"
|
||||
);
|
||||
kill( 'KILL', $$process{pid} );
|
||||
last;
|
||||
}
|
||||
|
||||
sigprocmask(SIG_UNBLOCK, $blockset) or die "dying at unblock...\n";
|
||||
|
|
Loading…
Reference in New Issue