From 3d10a9ead7d1241035160ab3355577051186b0fd Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Fri, 20 Nov 2015 17:03:51 +0000 Subject: Rework upstreams initialization --- src/http_proxy.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/http_proxy.c') diff --git a/src/http_proxy.c b/src/http_proxy.c index a5290de63..c35c02bd1 100644 --- a/src/http_proxy.c +++ b/src/http_proxy.c @@ -459,9 +459,8 @@ start_http_proxy (struct rspamd_worker *worker) worker->srv->cfg); double_to_tv (ctx->timeout, &ctx->io_tv); - ctx->cfg->ups_ctx = rspamd_upstreams_library_init (ctx->resolver->r, - ctx->ev_base); - rspamd_upstreams_library_config (worker->srv->cfg, ctx->cfg->ups_ctx); + rspamd_upstreams_library_config (worker->srv->cfg, ctx->cfg->ups_ctx, + ctx->ev_base, ctx->resolver->r); /* XXX: stupid default */ ctx->keys_cache = rspamd_keypair_cache_new (256); -- cgit v1.2.3