BUG/MINOR: unix: Don't mess up when removing the socket from the xfer_sock_list.
authorOlivier Houchard <ohouchard@haproxy.com>
Thu, 8 Mar 2018 17:25:49 +0000 (18:25 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 8 Mar 2018 17:33:11 +0000 (18:33 +0100)
commitec9516a6dc6df12299f94cea3c20b8333cac569f
treec45c82a39f2efaecc1892e7f765354633cec5483
parentf9f6ed0a518c05902985164dd5f4b99c91f6c384
BUG/MINOR: unix: Don't mess up when removing the socket from the xfer_sock_list.

When removing the socket from the xfer_sock_list, we want to set
next->prev to prev, not to next->prev, which is useless.

This should be backported to 1.8.
src/proto_uxst.c