Explorar el Código

[Minor] Clear up on lua errors

tags/3.2
Vsevolod Stakhov hace 2 años
padre
commit
d8519d5e74
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/libserver/re_cache.c

+ 1
- 0
src/libserver/re_cache.c Ver fichero

@@ -570,6 +570,7 @@ rspamd_re_cache_check_lua_condition (struct rspamd_task *task,
msg_warn_task ("cannot call for re_cache_check_lua_condition for re %s: %e",
rspamd_regexp_get_pattern (re), err);
g_error_free (err);
lua_settop (L, text_pos - 1);

return TRUE;
}

Cargando…
Cancelar
Guardar