From 3c870de8e3a3ea5640127ef45584cdbc6b1d3840 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 8 Feb 2016 18:45:08 +0000 Subject: Fix for the new libucl API --- src/controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/controller.c') diff --git a/src/controller.c b/src/controller.c index b4602414f..c88e51ef2 100644 --- a/src/controller.c +++ b/src/controller.c @@ -2346,7 +2346,7 @@ rspamd_controller_store_saved_stats (struct rspamd_controller_worker_ctx *ctx) ucl_object_emit_full (top, UCL_EMIT_JSON_COMPACT, - ucl_object_emit_fd_funcs (fd)); + ucl_object_emit_fd_funcs (fd), NULL); rspamd_file_unlock (fd, FALSE); close (fd); -- cgit v1.2.3