Use _exit, not exit in forked process
MFC after: 1 week Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
62b65008d0
commit
e04e98929f
@ -170,7 +170,7 @@ main(void)
|
||||
errx(-1, "connect: %s", strerror(errno));
|
||||
close(s);
|
||||
}
|
||||
exit(0);
|
||||
_exit(0);
|
||||
}
|
||||
|
||||
/* Reset back to a blocking socket. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user