]> git.ipfire.org Git - thirdparty/pdns.git/commit
rec: Fix the parsing of RPZ's extendedErrorCode setting
authorRemi Gacogne <remi.gacogne@powerdns.com>
Fri, 13 Nov 2020 08:00:49 +0000 (09:00 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 18 Nov 2020 09:08:55 +0000 (10:08 +0100)
commite77faee15a918cd38eb0508bf998dbdb927f0411
treee4fb4e82d93b693db8f13b29a30649374edf72fe
parentaf231cebe66a26073feee3e1e293ba814b99e398
rec: Fix the parsing of RPZ's extendedErrorCode setting

Mixing uint16_t and uin32_t in the same boost::variant passed to Lua
does not work well.
pdns/rec-lua-conf.cc