Explorar el Código

Fix a stupid error in symbols groups parsing

Issue: #482
Reported by: @rafaelabdo
tags/1.1.0
Vsevolod Stakhov hace 8 años
padre
commit
f7f214e353
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/libserver/cfg_rcl.c

+ 1
- 1
src/libserver/cfg_rcl.c Ver fichero

@@ -295,7 +295,7 @@ rspamd_rcl_group_handler (rspamd_mempool_t *pool, const ucl_object_t *obj,
}

if (!rspamd_rcl_section_parse_defaults (section, pool, obj,
metric, err)) {
gr, err)) {
return FALSE;
}


Cargando…
Cancelar
Guardar