]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
unify packet to string conversion between C and Lua
authorPetr Špaček <petr.spacek@nic.cz>
Tue, 30 Oct 2018 12:37:18 +0000 (13:37 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 8 Mar 2019 14:23:20 +0000 (15:23 +0100)
commit498f3c7428afde0df55cdc89b53f90bbb24ce4e0
treeed0ed9e506779c60e59573bd1be90d402eb35f08
parent2a07c2d9dd508e8576821d13c6e7f609691023ac
unify packet to string conversion between C and Lua

There is no reason to have two distinct functions to do the same task,
especially if the Lua version did not print all the information.
(Found and amended a bit by vcunat.)
daemon/lua/kres-gen.lua
daemon/lua/kres-gen.sh
daemon/lua/kres.lua
lib/utils.h