commit | 9589aa0fe558e2e538af4db60da32299b5b9d710 | [log] [tgz] |
---|---|---|
author | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 07 14:37:00 2020 +0200 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Wed Oct 07 14:37:03 2020 +0200 |
tree | b7fce96689ca2bb4359f87b023856a595b1ffbb5 | |
parent | 7b06d3adaa04d006f3aa37e9d728848f0ef78dcb [diff] |
CLEANUP: sock-unix: Remove an unreachable goto clause Coverity reported dead code in sock_unix_bind_receiver() function. A goto clause is unreachable because of the preceeding if/else block. This patch should fix the issue #865. No backport needed.