From 7657cc4be6d681b05f13042176283376c2a0d601 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 23 May 2016 16:08:12 +0100 Subject: [Fix] Include slave cluster name into http request --- src/fuzzy_storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/fuzzy_storage.c b/src/fuzzy_storage.c index 2f7ba0696..b233fccd6 100644 --- a/src/fuzzy_storage.c +++ b/src/fuzzy_storage.c @@ -358,7 +358,7 @@ rspamd_fuzzy_send_update_mirror (struct rspamd_fuzzy_storage_ctx *ctx, } msg = rspamd_http_new_message (HTTP_REQUEST); - rspamd_printf_fstring (&msg->url, "/update_v1"); + rspamd_printf_fstring (&msg->url, "/update_v1/%s", m->name); conn->http_conn = rspamd_http_connection_new ( NULL, -- cgit v1.2.3