]> git.ipfire.org Git - thirdparty/pdns.git/commit
iputils.hh: NetmaskTree: Use for loops instead of while loops.
authorStephan Bosch <stephan.bosch@open-xchange.com>
Mon, 30 Sep 2019 08:30:25 +0000 (10:30 +0200)
committerStephan Bosch <stephan.bosch@open-xchange.com>
Tue, 11 Feb 2020 01:01:47 +0000 (02:01 +0100)
commitebb7e2159a6d99194d572c3de04afcc48a4dc591
tree9816cd13b2fb6c9638ad6e738c83c4f280d6174a
parent136b2c6b4a1f748049a2f493b8859d386dc9b7bd
iputils.hh: NetmaskTree: Use for loops instead of while loops.

Makes using `continue' easier in later commit.
pdns/iputils.hh