1
0
Fork 0
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:
Gerhard Rieger 2023-11-06 21:23:11 +01:00
parent c00262b42d
commit e610b14470
3 changed files with 23 additions and 1 deletions

View file

@ -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");