aboutsummaryrefslogtreecommitdiffstats
path: root/src/controller.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2020-10-26 12:14:17 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2020-10-26 12:26:52 +0000
commitf84b86d901c8ba53147ae89bce894f58e0448be3 (patch)
tree05a9ac919951becad5253bfe45d439a622379d86 /src/controller.c
parent06c92488d21d4eefa8f58a498a1ea174856ccd4f (diff)
downloadrspamd-f84b86d901c8ba53147ae89bce894f58e0448be3.tar.gz
rspamd-f84b86d901c8ba53147ae89bce894f58e0448be3.zip
[Rework] Track maps origins
Diffstat (limited to 'src/controller.c')
-rw-r--r--src/controller.c2
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;