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 e3f810d0e..174382879 100644 --- a/src/controller.c +++ b/src/controller.c @@ -3565,7 +3565,7 @@ start_controller_worker (struct rspamd_worker *worker) "Allow unauthenticated requests from these addresses", &ctx->secure_map, NULL, - worker); + worker, "controller secure ip"); } ctx->lang_det = ctx->cfg->lang_det; |