diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-11-01 12:18:09 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-11-01 12:18:09 +0000 |
commit | fedaaa3a1eff07f0a412b306e87a4549f640e791 (patch) | |
tree | 86089a69b4c6590c8260813562eed043dabb531a /src/plugins/surbl.c | |
parent | 4ea06f2591ccf116b201ca70b25d3d5e019d7a0e (diff) | |
download | rspamd-fedaaa3a1eff07f0a412b306e87a4549f640e791.tar.gz rspamd-fedaaa3a1eff07f0a412b306e87a4549f640e791.zip |
[Minor] Remove redundant refcount increase
Diffstat (limited to 'src/plugins/surbl.c')
-rw-r--r-- | src/plugins/surbl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plugins/surbl.c b/src/plugins/surbl.c index 61cda5665..ee1904005 100644 --- a/src/plugins/surbl.c +++ b/src/plugins/surbl.c @@ -1997,7 +1997,6 @@ surbl_test_redirector (struct rspamd_task *task, param->redirector_requests = 0; param->ctx = surbl_module_ctx; param->item = item; - rspamd_symcache_item_async_inc (task, item, M); g_hash_table_foreach (task->urls, surbl_tree_redirector_callback, param); /* We also need to check and process img URLs */ |