From 7b9e8dc93e580102b0b74ee523345a30c901e97c Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 30 Nov 2015 11:47:16 +0000 Subject: [PATCH] Fix loop iteration for IP uribl. --- src/plugins/surbl.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/surbl.c b/src/plugins/surbl.c index 3ee036ed9..2b8fc3571 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 ( -- 2.39.5