Don't setup a timeout if we are exiting.
Sponsored by: Fudo Security
This commit is contained in:
parent
3f50bbaf51
commit
5e2e2222ae
@ -150,7 +150,7 @@ main(int argc, char *argv[])
|
||||
nleft++;
|
||||
}
|
||||
|
||||
if (tflag) {
|
||||
if (nleft > 0 && tflag) {
|
||||
/*
|
||||
* Explicitly detect SIGALRM so that an exit status of 124
|
||||
* can be returned rather than 142.
|
||||
|
Loading…
Reference in New Issue
Block a user