commit | 6daac19b3f255db02bc745becb15667a294596c0 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Sat Feb 02 17:39:53 2019 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Feb 04 05:09:16 2019 +0100 |
tree | a859872635a05ab72d7322354aef7eb9aa24acb9 | |
parent | 2415727a00e09bf0228777364488fc242e75139b [diff] |
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().