aboutsummaryrefslogtreecommitdiffstats
path: root/src/worker.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/worker.c')
-rw-r--r--src/worker.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/worker.c b/src/worker.c
index 2598fed58..ddd01f9da 100644
--- a/src/worker.c
+++ b/src/worker.c
@@ -132,9 +132,6 @@ rspamd_worker_body_handler (struct rspamd_http_connection *conn,
return 0;
}
- if (msg->peer_key) {
- task->peer_key = rspamd_http_connection_key_ref (msg->peer_key);
- }
if (!rspamd_task_process (task, msg, chunk, len, ctx->classify_pool, TRUE)) {
task->state = WRITE_REPLY;