CLEANUP: sock-unix: Remove an unreachable goto clause
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 7 Oct 2020 12:37:00 +0000 (14:37 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 7 Oct 2020 12:37:03 +0000 (14:37 +0200)
commit9589aa0fe558e2e538af4db60da32299b5b9d710
treeb7fce96689ca2bb4359f87b023856a595b1ffbb5
parent7b06d3adaa04d006f3aa37e9d728848f0ef78dcb
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.
src/sock_unix.c