]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
table_print: simplification
authorPetr Špaček <petr.spacek@nic.cz>
Thu, 11 Apr 2019 13:57:06 +0000 (15:57 +0200)
committerPetr Špaček <petr.spacek@nic.cz>
Thu, 11 Apr 2019 14:01:28 +0000 (16:01 +0200)
commite44a31a20da5cd7ec8b97c50ab800b6b3275a5f3
tree0c8df7c28cf52808be6728ebb3b12d8c1e875040
parent4dfbec6cfa2dfaaccc3e2f7219fb49c6db0cb691
table_print: simplification

As far as I understand the debug.sethook('call') descrption we are not
going to have any locals except function parameters so we can simplify
the code.
daemon/lua/sandbox.lua.in