commit | 43046fa4f4d467f77fd557ad7c73b8e8f5c352d4 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 01 15:41:59 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 16 22:08:07 2020 +0200 |
tree | 57b05378a7c8d73422ce7dc671b8b25a59b4b4e7 | |
parent | 0b9150155e499a781ea76c24b9b9a70703b87186 [diff] |
MINOR: listener: move the INHERITED flag down to the receiver It's the receiver's FD that's inherited from the parent process, not the listener's so the flag must move to the receiver so that appropriate actions can be taken.