]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] unix sockets: cleanup the error reporting path
authorWilly Tarreau <w@1wt.eu>
Sun, 7 Nov 2010 11:10:51 +0000 (12:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Nov 2010 08:26:28 +0000 (09:26 +0100)
commitb40dc94a9a4717ae09f2ae66f150b491c4a2de02
tree6a851ef6612b48598dcaca71d133372c539f4dd8
parent43ba1b331c957e1f78b3309716f9bb38dfc32422
[MEDIUM] unix sockets: cleanup the error reporting path

There were a lot of snprintf() everywhere in the UNIX bind code. Now we
proceed as for tcp and indicate the socket path at the end between square
brackets. The code is smaller and more readable.
src/proto_uxst.c