From: Vsevolod Stakhov Date: Wed, 7 Oct 2015 16:45:01 +0000 (+0100) Subject: Fix stupid misprint. X-Git-Tag: 1.0.5~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26bbfa3bba37719fb5cc72c8e9fac8f42bcd2d79;p=thirdparty%2Frspamd.git Fix stupid misprint. --- diff --git a/src/libutil/http.c b/src/libutil/http.c index 6c9617ae57..6a9f6e6cea 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; }