]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] Fix build
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 7 May 2016 12:39:13 +0000 (13:39 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 7 May 2016 12:39:13 +0000 (13:39 +0100)
src/rspamd_proxy.c

index 157fab4a6c43be13b02eecdeb170f242b3d4fc48..06192dafcc6407b1a3d72c851375653d8e100f49 100644 (file)
@@ -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;
 }