]> granicus.if.org Git - pdns/commit
rec: Use `cend()` instead of `end()` when comparing with a const iterator
authorRemi Gacogne <remi.gacogne@powerdns.com>
Sat, 25 Mar 2017 09:12:36 +0000 (10:12 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Sat, 25 Mar 2017 09:12:36 +0000 (10:12 +0100)
commit0670917b4ee5eec36697f8f66feccf61b08e730d
tree944dd70405408955afa48456f3ca11d978b74f68
parent75188b276a43f83a06406989eaf8d862a11dfcfa
rec: Use `cend()` instead of `end()` when comparing with a const iterator

Reported by Coverity.
pdns/pdns_recursor.cc