mirror of
https://repo.or.cz/socat.git
synced 2025-07-27 04:15:07 +00:00
Client addresses with option fork now apply option max-children
This commit is contained in:
parent
c00262b42d
commit
e610b14470
3 changed files with 23 additions and 1 deletions
|
@ -190,7 +190,6 @@ int _xioopen_accept_fd(
|
|||
int result;
|
||||
|
||||
retropt_bool(opts, OPT_FORK, &dofork);
|
||||
|
||||
if (dofork) {
|
||||
if (!(xioflags & XIO_MAYFORK)) {
|
||||
Error("option fork not allowed here");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue