summaryrefslogtreecommitdiffstats
path: root/src/lua_worker.c
diff options
context:
space:
mode:
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) {