]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: peers: use frontend_accept() instead of peer_accept()
authorWilly Tarreau <w@1wt.eu>
Fri, 13 Mar 2015 15:15:46 +0000 (16:15 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 13 Mar 2015 15:23:00 +0000 (16:23 +0100)
commitd1d48d4bb3a0a88d0bbc545d491cc3f54f738409
tree0693ad7cbc29857a3190747883a1fac964a89477
parent32b60d433a37cf095997c530521ac93030cf50c5
MEDIUM: peers: use frontend_accept() instead of peer_accept()

We don't need the dedicated function anymore, so peer_accept() was
removed.
src/peers.c