From c70c853ce55253ecbe0580131d1742b4701a4689 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Tue, 3 Mar 2009 19:24:02 +0300 Subject: [PATCH] * Fix misprint in surbl module --- src/plugins/surbl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/surbl.c b/src/plugins/surbl.c index 6798d17e4d..a58b0ef891 100644 --- a/src/plugins/surbl.c +++ b/src/plugins/surbl.c @@ -353,12 +353,12 @@ process_dns_results (struct worker_task *task, struct suffix_item *suffix, char } if (!found) { - insert_result (task, surbl_module_ctx->metric, symbol, 1, + insert_result (task, surbl_module_ctx->metric, suffix->symbol, 1, g_list_prepend (NULL, memory_pool_strdup (task->task_pool, url))); } } else { - insert_result (task, surbl_module_ctx->metric, symbol, 1, + insert_result (task, surbl_module_ctx->metric, suffix->symbol, 1, g_list_prepend (NULL, memory_pool_strdup (task->task_pool, url))); } } -- 2.47.3