mirror of
https://repo.or.cz/socat.git
synced 2025-07-15 07:33:25 +00:00
New option retrieve-vlan (experimental)
This commit is contained in:
parent
11d1e9e11f
commit
b5640dd707
24 changed files with 273 additions and 55 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, sfd->para.socket.shutup);
|
||||
pid = xio_fork(false, E_ERROR, sfd->shutup);
|
||||
if (pid < 0) {
|
||||
return STAT_RETRYLATER;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue