MINOR: inet: report the faulty interface name in "bind" errors
authorWilly Tarreau <w@1wt.eu>
Thu, 14 Oct 2021 09:41:19 +0000 (11:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 14 Oct 2021 19:22:52 +0000 (21:22 +0200)
commitf78b52eb7d0f6a5f4cfe163be11b4b23113a4b37
tree7cbdd923a466c9f029e255f40524ffcf6b0fffa6
parent3cf05cb0b16055c3c9258750803bac7c45ba229b
MINOR: inet: report the faulty interface name in "bind" errors

When a "bind ... interface foo" statement fails, let's report the
interface name in the error message to help locating it in the file.
src/sock_inet.c