aboutsummaryrefslogtreecommitdiffstats
path: root/src/rspamd_proxy.c
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2017-03-14 16:10:14 +0200
committerAndrew Lewis <nerf@judo.za.org>2017-03-14 16:10:14 +0200
commit9f01df6f5a74314c2c3478bc672125e894ada64f (patch)
treeb7d747d15c32afc511b5e20fd6dceaa940bf7a44 /src/rspamd_proxy.c
parent83b5732cda9a7f6c424ed704466cd8e85ea93131 (diff)
downloadrspamd-9f01df6f5a74314c2c3478bc672125e894ada64f.tar.gz
rspamd-9f01df6f5a74314c2c3478bc672125e894ada64f.zip
[Fix] Proxy: max_retries option
Diffstat (limited to 'src/rspamd_proxy.c')
-rw-r--r--src/rspamd_proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rspamd_proxy.c b/src/rspamd_proxy.c
index 8be244229..50567e32e 100644
--- a/src/rspamd_proxy.c
+++ b/src/rspamd_proxy.c
@@ -674,7 +674,7 @@ init_rspamd_proxy (struct rspamd_config *cfg)
"Compare script to be executed");
rspamd_rcl_register_worker_option (cfg,
type,
- "timeout",
+ "max_retries",
rspamd_rcl_parse_struct_integer,
ctx,
G_STRUCT_OFFSET (struct rspamd_proxy_ctx, max_retries),