aboutsummaryrefslogtreecommitdiffstats
path: root/src/client
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-03-18 14:07:32 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-03-18 14:07:32 +0000
commit34cc551018df1c174685493a64b496d594cc8eb6 (patch)
treeed4753582c271eade91013b53e6ae4b7fcdc4483 /src/client
parent3a1974cf17f235b7bbb98de714fe0210ddb2c596 (diff)
downloadrspamd-34cc551018df1c174685493a64b496d594cc8eb6.tar.gz
rspamd-34cc551018df1c174685493a64b496d594cc8eb6.zip
[Project] Preliminary support of HTTP proxies
Issue: #572
Diffstat (limited to 'src/client')
-rw-r--r--src/client/rspamc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/rspamc.c b/src/client/rspamc.c
index 08a267f1b..2f572c449 100644
--- a/src/client/rspamc.c
+++ b/src/client/rspamc.c
@@ -1911,7 +1911,7 @@ main (gint argc, gchar **argv, gchar **env)
http_config.kp_cache_size_server = 0;
http_config.user_agent = user_agent;
http_ctx = rspamd_http_context_create_config (&http_config,
- ev_base);
+ ev_base, NULL);
/* Ignore sigpipe */
sigemptyset (&sigpipe_act.sa_mask);