mirror of
https://repo.or.cz/socat.git
synced 2025-07-12 06:33:24 +00:00
New option children-shutup
This commit is contained in:
parent
fe4444a70b
commit
8c9b185890
18 changed files with 128 additions and 23 deletions
|
@ -214,7 +214,7 @@ int _xioopen_ipdgram_listen(struct single *sfd,
|
|||
sockaddr_info(&them->soa, themlen, infobuff, sizeof(infobuff)));
|
||||
|
||||
if (dofork) {
|
||||
pid = xio_fork(false, E_ERROR);
|
||||
pid = xio_fork(false, E_ERROR, sfd->para.socket.shutup);
|
||||
if (pid < 0) {
|
||||
return STAT_RETRYLATER;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue