]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: standard: Use len2mask4 in str2mask
authorTim Duesterhus <tim@bastelstu.be>
Thu, 25 Jan 2018 15:24:48 +0000 (16:24 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 25 Jan 2018 21:25:40 +0000 (22:25 +0100)
commit8575f72e934780d4d126e297ad0c8967280e356e
tree540e9725991bdf1eb9e154772fc24b8e3a313b0c
parent92bb03420935c7fd844ddccd78acb7b1da2fffd4
CLEANUP: standard: Use len2mask4 in str2mask

The len2mask4 function was introduced in commit:
70473a5f8c56d8ec2e837b9b66443dc252b24da9
which is about six years later than the commit that introduced the
str2mask function:
2937c0dd20f2f3c0065b671bbfe3fafcd8862eaf

This is a clean up in preparation for a str2mask6 function which
will use len2mask6.
src/standard.c