]> git.ipfire.org Git - thirdparty/pdns.git/commit
Fix the DNSName move assignement operator 10198/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 19 Nov 2020 09:53:06 +0000 (10:53 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Fri, 19 Mar 2021 13:18:54 +0000 (14:18 +0100)
commitaefb9ffe50cef6372d4b348d9281c84c2c926778
tree1d60a4ff046e7bfd5a1cf8f7145b4494e81cd71d
parent180ec9bc79af14ff622ab5ef911b879e88258cec
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.

(cherry picked from commit 8d1bb300460d5cc97b4599ea8eddeb7b6d35decf)
pdns/dnsname.hh