aboutsummaryrefslogtreecommitdiffstats
path: root/src/lua_worker.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-04-19 22:28:44 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-04-19 22:28:44 +0100
commitea2e597208a72f400ec2f71c7c328a20e69d26a7 (patch)
tree77cf0748219359a372825cab95a8b458e8e138bd /src/lua_worker.c
parent235d996bf782d7cb68d2d6579c32f211142118d1 (diff)
downloadrspamd-ea2e597208a72f400ec2f71c7c328a20e69d26a7.tar.gz
rspamd-ea2e597208a72f400ec2f71c7c328a20e69d26a7.zip
Adopt new libucl.
Diffstat (limited to 'src/lua_worker.c')
-rw-r--r--src/lua_worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua_worker.c b/src/lua_worker.c
index e9b06f508..2bf4a9a9f 100644
--- a/src/lua_worker.c
+++ b/src/lua_worker.c
@@ -191,7 +191,7 @@ static int
lua_worker_get_option (lua_State *L)
{
struct rspamd_lua_worker_ctx *ctx = lua_check_lua_worker (L);
- ucl_object_t *val;
+ const ucl_object_t *val;
const gchar *name;
if (ctx) {