From: Vsevolod Stakhov Date: Sat, 7 May 2016 12:39:13 +0000 (+0100) Subject: [Fix] Fix build X-Git-Tag: 1.3.0~520 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7e3619944c79e1b78039f4451713125003cfaca7;p=rspamd.git [Fix] Fix build --- diff --git a/src/rspamd_proxy.c b/src/rspamd_proxy.c index 157fab4a6..06192dafc 100644 --- a/src/rspamd_proxy.c +++ b/src/rspamd_proxy.c @@ -1079,7 +1079,7 @@ proxy_client_finish_handler (struct rspamd_http_connection *conn, return 0; err: - proxy_client_write_error (session, 404); + proxy_client_write_error (session, 404, "Backend not found"); return 0; }