From: Vsevolod Stakhov Date: Wed, 22 Dec 2010 14:26:17 +0000 (+0300) Subject: Committed by a mistake. X-Git-Tag: 0.3.7~94 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6bd1a39a7acba8284f728b0ee33b1b4699038a62;p=thirdparty%2Frspamd.git Committed by a mistake. --- diff --git a/src/cfg_xml.c b/src/cfg_xml.c index 389298e4a8..70f3ebda89 100644 --- a/src/cfg_xml.c +++ b/src/cfg_xml.c @@ -1023,6 +1023,7 @@ handle_composite (struct config_file *cfg, struct rspamd_xml_userdata *ctx, GHas return FALSE; } g_hash_table_insert (cfg->composite_symbols, val, expr); + register_virtual_symbol (&cfg->cache, val, 1); return TRUE; }