Browse Source

[Minor] Fix usage

tags/2.6
Vsevolod Stakhov 3 years ago
parent
commit
c413d85f29
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/libserver/re_cache.c

+ 1
- 1
src/libserver/re_cache.c View File

@@ -624,7 +624,7 @@ rspamd_re_cache_process_pcre (struct rspamd_re_runtime *rt,
is_raw,
NULL)) {
if (rspamd_re_cache_check_lua_condition (task, re, in, len,
start, end, lua_cbref)) {
start - (const gchar *)in, end - (const gchar *)in, lua_cbref)) {
r++;
msg_debug_re_task ("found regexp /%s/, total hits: %d",
rspamd_regexp_get_pattern (re), r);

Loading…
Cancel
Save