From: Andrew Lewis Date: Tue, 14 Mar 2017 14:10:14 +0000 (+0200) Subject: [Fix] Proxy: max_retries option X-Git-Tag: 1.5.3~28^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1523%2Fhead;p=thirdparty%2Frspamd.git [Fix] Proxy: max_retries option --- diff --git a/src/rspamd_proxy.c b/src/rspamd_proxy.c index 8be244229e..50567e32e7 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),