commit | 267221557fe2a0641f3ab93d546a7580852d5809 | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Mon Feb 15 15:20:19 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Mon Feb 15 15:42:44 2021 +0100 |
tree | 787f728f5879682d26077d059ec9cd0ee4fdb8ed | |
parent | 0e40fda16a098a438b4508b2d607ca87c411da9e [diff] |
BUG/MEDIUM: dns: fix multiple double close on fd in dns.c It seems that fd_delete perform the close of the file descriptor Se we must not close the fd once again after that. This should fix issues #1128, #1130 and #1131