]> git.kaiwu.me - haproxy.git/commit
[CLEANUP] unix sockets : move create_uxst_socket() in uxst_bind_listener()
authorCyril Bonté <cyril.bonte@free.fr>
Sun, 14 Nov 2010 16:03:19 +0000 (17:03 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 14 Nov 2010 16:21:44 +0000 (17:21 +0100)
commit1f5848a460a6e462fefb0a60a28a6c60a8705cdd
treed33bc5c195449051c63effb2c67db69a619af0b4
parente4cbbe2a0eb8a2af0f74bdbbf927cfe89c01b91d
[CLEANUP] unix sockets : move create_uxst_socket() in uxst_bind_listener()

The code of create_uxst_socket() is moved in uxst_bind_listener() so that we
don't need to pass a lot of parameters, as it was only called there.
src/proto_uxst.c