summaryrefslogtreecommitdiffstats
path: root/src/lua/lua_cfg_file.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-26 22:08:09 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-26 22:08:09 +0100
commit6d230abb527752ef25e352d8d09669020774e75f (patch)
treeb68a6c445d6cfca183c84ef34034152a68d97440 /src/lua/lua_cfg_file.c
parent2401ecfcf47963d1d7ac24f5d958a61d28771655 (diff)
downloadrspamd-6d230abb527752ef25e352d8d09669020774e75f.tar.gz
rspamd-6d230abb527752ef25e352d8d09669020774e75f.zip
Adopt lua API.
Diffstat (limited to 'src/lua/lua_cfg_file.c')
-rw-r--r--src/lua/lua_cfg_file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/lua_cfg_file.c b/src/lua/lua_cfg_file.c
index c73173f97..aae50ea3e 100644
--- a/src/lua/lua_cfg_file.c
+++ b/src/lua/lua_cfg_file.c
@@ -212,7 +212,7 @@ rspamd_lua_post_load_config (struct rspamd_config *cfg)
}
else {
g_hash_table_insert (cfg->composite_symbols, sym, expr);
- register_virtual_symbol (&cfg->cache, sym, 1);
+ register_virtual_symbol (cfg->cache, sym, 1);
}
}
}