From 26bbfa3bba37719fb5cc72c8e9fac8f42bcd2d79 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 7 Oct 2015 17:45:01 +0100 Subject: [PATCH] Fix stupid misprint. --- src/libutil/http.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libutil/http.c b/src/libutil/http.c index 6c9617ae5..6a9f6e6ce 100644 --- a/src/libutil/http.c +++ b/src/libutil/http.c @@ -1733,7 +1733,7 @@ rspamd_http_message_from_url (const gchar *url) } msg->host = rspamd_fstring_new_init (host, pu.field_data[UF_HOST].len); - msg->host = rspamd_fstring_append (msg->url, path, pathlen); + msg->host = rspamd_fstring_append (msg->host, path, pathlen); return msg; } -- 2.39.5