From: Vsevolod Stakhov Date: Tue, 15 Sep 2015 17:40:01 +0000 (+0100) Subject: Another issue with nested depends. X-Git-Tag: 1.0.0~25 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cbef16f91659f2bb64e900bf5ce9391c9625b73f;p=rspamd.git Another issue with nested depends. --- diff --git a/src/libserver/symbols_cache.c b/src/libserver/symbols_cache.c index cfb830ee2..b21caab8a 100644 --- a/src/libserver/symbols_cache.c +++ b/src/libserver/symbols_cache.c @@ -1122,7 +1122,7 @@ rspamd_symbols_cache_process_symbols (struct rspamd_task * task, if (!isset (checkpoint->processed_bits, item->id * 2)) { if (!rspamd_symbols_cache_check_deps (task, cache, item, checkpoint)) { - continue; + break; } rspamd_symbols_cache_check_symbol (task, cache, item, checkpoint);