]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: cli: correctly handle abns in 'show cli sockets'
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 1 Apr 2019 09:30:04 +0000 (11:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Apr 2019 12:45:37 +0000 (14:45 +0200)
commit75812a7a3cdc853ceee0b3fb2173db060057ba35
treeb64c551d42cebb4fec9c4c35d9f564968492ab08
parentad53d6dd75fdc9e76d48f790e803acfdce976258
BUG/MINOR: cli: correctly handle abns in 'show cli sockets'

The 'show cli sockets' was not handling the abns sockets. This is a
problem since it uses the AF_UNIX family, it displays nothing
in the path column because the path starts by \0.

Should be backported to 1.9 and 1.8.
src/cli.c