diff options
Diffstat (limited to 'src/controller.c')
-rw-r--r-- | src/controller.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |