]> git.ipfire.org Git - thirdparty/pdns.git/commit
Take a ref, not a copy, of the multiplexer callback parameter in the unit tests
authorRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 5 Aug 2021 09:16:49 +0000 (11:16 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 5 Aug 2021 09:16:49 +0000 (11:16 +0200)
commit7bf1d97f49dc2e62248e379502d5f207b7a37f55
treeda725de3a2c2b9b831c689dbbaa54c878714c8a9
parent6773ff833c08b3188cb3767b96383dc820f8d65f
Take a ref, not a copy, of the multiplexer callback parameter in the unit tests

It does not matter there but we don't want to copy that code and
keep the copy in a place where it does.
pdns/test-mplexer.cc