]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: simplify bind_proc processing using proc_mask()
authorWilly Tarreau <w@1wt.eu>
Sat, 2 Feb 2019 16:39:53 +0000 (17:39 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 4 Feb 2019 04:09:16 +0000 (05:09 +0100)
commit6daac19b3f255db02bc745becb15667a294596c0
treea859872635a05ab72d7322354aef7eb9aa24acb9
parent2415727a00e09bf0228777364488fc242e75139b
MINOR: config: simplify bind_proc processing using proc_mask()

At a number of places we used to have null tests on bind_proc for
listeners and proxies. Let's simplify all these tests by always
having the proper bits reported via proc_mask().
src/cfgparse.c
src/listener.c
src/proxy.c