commit | f7dcdc8a6f63b172360019beb6e1e22e7c98f17d | [log] [tgz] |
---|---|---|
author | William Dauchy <w.dauchy@criteo.com> | Wed Feb 12 21:23:20 2020 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Feb 14 04:23:08 2020 +0100 |
tree | 590d2394a0ab44a620658ec1eb16dc4f445daea4 | |
parent | 332ded5f3a74997c0ec2c0df8f19d643bb92b024 [diff] |
BUG/MINOR: namespace: avoid closing fd when socket failed in my_socketat we cannot return right after socket opening as we need to move back to the default namespace first this should fix github issue #500 this might be backported to all version >= 1.6 Fixes: b3e54fe387c7c1 ("MAJOR: namespace: add Linux network namespace support") Signed-off-by: William Dauchy <w.dauchy@criteo.com>