]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: backend: factor out objt_server() in connect_server()
authorWilly Tarreau <w@1wt.eu>
Tue, 4 Aug 2015 17:34:21 +0000 (19:34 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 5 Aug 2015 08:12:47 +0000 (10:12 +0200)
commit7b00492ce3d7be9b5f8ecf4863a700f271f11936
treeff7a176bb8a15b2370faf051837d8698ed356682
parentc4aabae0e934404558a329776590d912343fa1b8
CLEANUP: backend: factor out objt_server() in connect_server()

objt_server() is called multiple times at various places while some
places already make use of srv for this. Let's move the call at the
top of the function and use it all over the place.
src/backend.c