]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: use atleast2() instead of my_popcountl() where relevant
authorWilly Tarreau <w@1wt.eu>
Mon, 15 Oct 2018 07:37:03 +0000 (09:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 15 Oct 2018 11:25:06 +0000 (13:25 +0200)
commit9504dd64c6a92de1c20f6a53fb25c4e27ba6683d
treeaa733f293244b1b041d07f05874db21d106108f7
parent98d334bd945b038b7340af451ed7873143076a4b
MINOR: config: use atleast2() instead of my_popcountl() where relevant

Quite often we used my_popcountl() just to check for > 1 bit set. Now
we have an easier solution, let's use it.
src/cfgparse.c