]> git.ipfire.org Git - thirdparty/pdns.git/commit - regression-tests.dnsdist/test_DNSCrypt.py
dnsdist: Fix the DNSCrypt timestamps returned by the Lua bindings 5508/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Sun, 9 Jul 2017 10:29:08 +0000 (12:29 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Sun, 9 Jul 2017 12:03:47 +0000 (14:03 +0200)
commit13a325f549c53a25083951c0f67ddbd68984dd6f
tree8f129b7b62182822d0001bcb74c2d3554f465a32
parent6c3281444dfcc1acfdc75ee44f66c0107440cd37
dnsdist: Fix the DNSCrypt timestamps returned by the Lua bindings

I completely forgot that they were stored in network by-order.
Thanks to bjoe2k4 for reporting the issue!
pdns/dnsdist-lua2.cc
regression-tests.dnsdist/test_DNSCrypt.py