]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Compare the CacheKey type and place first then the name 7905/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 11 Jun 2019 12:47:53 +0000 (14:47 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 11 Jun 2019 12:47:53 +0000 (14:47 +0200)
commit186e99c98d195329af05129cd4d6512657edf4bc
tree8520a71da071e4f1cf241fd1eb47491486177b94
parent7c57c4074cd97b991346bec852475bfa015a6015
rec: Compare the CacheKey type and place first then the name

We don't care about the actual ordering, so let's do the cheapest
comparisons first then the quite expensive DNSName comparison only
if we really need to.
pdns/syncres.cc