summaryrefslogtreecommitdiffstats
path: root/examples/replay_multicli.lua
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2023-12-10 09:45:31 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2023-12-10 09:45:31 +0000
commitf5b47f1a6e9048e72f1e3b0e0f7c03459e20ca66 (patch)
treeb0042536e5ff6047564d27d25470dcec2b92f258 /examples/replay_multicli.lua
parentReleasing debian version 1.2.3-3. (diff)
downloaddnsjit-f5b47f1a6e9048e72f1e3b0e0f7c03459e20ca66.tar.xz
dnsjit-f5b47f1a6e9048e72f1e3b0e0f7c03459e20ca66.zip
Merging upstream version 1.3.0.
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'examples/replay_multicli.lua')
-rwxr-xr-xexamples/replay_multicli.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/replay_multicli.lua b/examples/replay_multicli.lua
index c883aa5..62f6574 100755
--- a/examples/replay_multicli.lua
+++ b/examples/replay_multicli.lua
@@ -120,6 +120,7 @@ while true do
end
local pl = obj:cast()
if obj:type() == "payload" and pl.len > 0 then
+ query:reset()
query.obj_prev = obj
local trs = pl.obj_prev:cast()