summaryrefslogtreecommitdiffstats
path: root/src/plugins/lua/trie.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/lua/trie.lua')
-rw-r--r--src/plugins/lua/trie.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/lua/trie.lua b/src/plugins/lua/trie.lua
index 7786753c7..cad28cde5 100644
--- a/src/plugins/lua/trie.lua
+++ b/src/plugins/lua/trie.lua
@@ -73,7 +73,7 @@ local function tries_callback(task)
raw_trie:search_rawmsg(task, gen_trie_cb('rawmessage'))
end
if body_trie then
- raw_trie:search_rawbody(task, gen_trie_cb('rawbody'))
+ body_trie:search_rawbody(task, gen_trie_cb('rawbody'))
end
end