]> git.ipfire.org Git - thirdparty/pdns.git/commit
Fix the DNSName move assignement operator
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 19 Nov 2020 09:53:06 +0000 (10:53 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 19 Nov 2020 09:53:06 +0000 (10:53 +0100)
commit8d1bb300460d5cc97b4599ea8eddeb7b6d35decf
treebc4e068c7e8ae1b96c3c6c798c105e2b70653d44
parent52ca78913cd7d23af9b6322c08f5816d1abf139f
Fix the DNSName move assignement operator

A misplaced 'const' prevented it from being called, making every
move of a DNSName into a full copy.
Introduced in d720eb8add5ebda11867e8b404125e0b68ed2911.
pdns/dnsname.hh