]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Move the console socket instead of copying it 13735/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 23 Jan 2024 07:51:45 +0000 (08:51 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 23 Jan 2024 07:51:45 +0000 (08:51 +0100)
commitc19f465a65d46c14959df3e9119efc3d7e73dbe7
tree351669d8e027a3e78feb4cf50f0b08f09c9cdb46
parent646d395243c79b0d603a922f703c031dc5b2c9d1
dnsdist: Move the console socket instead of copying it

Reported by Coverity as CID 414105. We don't really care about the
performance impact but other tools are "helpfully" reporting this
kind of missed optimizations, so let's not waste our time.
pdns/dnsdist-lua.cc