From 02fef63f7cc2bd6d9c2079654d25237bf45f51a5 Mon Sep 17 00:00:00 2001 From: Karel Slany Date: Tue, 23 Aug 2016 11:14:47 +0200 Subject: [PATCH] Fixed error: added missing struct kr_query entry into Lua wrapper. The missing entry caused some entries to be dear and written to wrong positions. --- daemon/lua/kres.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/lua/kres.lua b/daemon/lua/kres.lua index 563ee8777..d7d103a2c 100644 --- a/daemon/lua/kres.lua +++ b/daemon/lua/kres.lua @@ -208,7 +208,8 @@ struct kr_query { uint16_t class; uint16_t id; uint32_t flags; - unsigned secret; + uint32_t secret; + uint16_t fails; struct timeval timestamp; struct kr_zonecut zone_cut; uint8_t _stub[]; /* Do not touch */ -- 2.47.3