]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Refactor 'cannot be used at runtime' handling 12492/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 30 Jan 2023 10:37:25 +0000 (11:37 +0100)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 31 Jan 2023 10:04:12 +0000 (11:04 +0100)
commitf727b3c61b1abb9adb20b9e4190bc30f01312f1c
tree4fbd0f0ec6235e8a4f0a5fb5b1ee1c87f90f8e54
parent789cc6f224846c462438263c22bc1356d8766254
dnsdist: Refactor 'cannot be used at runtime' handling

I did not manage to avoid repeating the function name, unfortunately,
without writing something terribly ugly (mixing function-like macros
with lambdas), so for now this will have to do.
pdns/dnsdist-lua.cc