]> granicus.if.org Git - pdns/commit
dnsdist: Fix the type of numerical DNS over TLS's parameters
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 4 Dec 2018 09:27:28 +0000 (10:27 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 4 Dec 2018 09:27:28 +0000 (10:27 +0100)
commitc80110cb657b8a22c08b8213dcd1f95310a82f8b
tree103a3ea76c56e32757822b4342ba9c8347195343
parent1f65c18c0199164197c6515a737ceaad185790e0
dnsdist: Fix the type of numerical DNS over TLS's parameters

We were trying to retrieve two parameters, ticketsKeysRotationDelay
and numberOfTicketsKeys, as strings then convert them to integers,
but the Lua wrapper already exposes them as numerical values.
pdns/dnsdist-lua.cc