From: Vsevolod Stakhov Date: Mon, 30 Nov 2015 11:47:16 +0000 (+0000) Subject: Fix loop iteration for IP uribl. X-Git-Tag: 1.1.0~445 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b9e8dc93e580102b0b74ee523345a30c901e97c;p=thirdparty%2Frspamd.git Fix loop iteration for IP uribl. --- diff --git a/src/plugins/surbl.c b/src/plugins/surbl.c index 3ee036ed96..2b8fc35719 100644 --- a/src/plugins/surbl.c +++ b/src/plugins/surbl.c @@ -1033,7 +1033,6 @@ surbl_dns_ip_callback (struct rdns_reply *reply, gpointer arg) if (reply->code == RDNS_RC_NOERROR && reply->entries) { LL_FOREACH (reply->entries, elt) { - elt = reply->entries; if (elt->type == RDNS_REQUEST_A) { to_resolve = g_string_sized_new (