]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Fix `dq` members alterations from Lua not being taken into account
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 6 Jan 2017 10:38:27 +0000 (11:38 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 6 Jan 2017 10:38:27 +0000 (11:38 +0100)
commit1c5675158d441ac95a823bce5b645a2fd5e8b14a
treeb0e85f3251355b67ee959d71ee9d3d2cb45459d5
parent1746e9bbd0f2f24a58dc755fbb118704b67b0408
rec: Fix `dq` members alterations from Lua not being taken into account

Apparently when using reference, LuaWrapper pass the object by copy
and not by reference, so for now we pass `dq` as a pointer, not a
reference.
pdns/lua-recursor4.cc
pdns/lua-recursor4.hh