]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix callback type
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 13 Apr 2016 14:12:40 +0000 (15:12 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Wed, 13 Apr 2016 14:12:40 +0000 (15:12 +0100)
src/lua/lua_trie.c

index 8c21ea939f9f2843cbc66dfb92fad9fd11694f78..c02beaf2715e22a9fd7d24139742d84fb49efc8b 100644 (file)
@@ -140,6 +140,7 @@ lua_trie_create (lua_State *L)
 static gint
 lua_trie_callback (struct rspamd_multipattern *mp,
                guint strnum,
+               gint match_start,
                gint textpos,
                const gchar *text,
                gsize len,