aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/protocol.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-08-11 15:31:42 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-08-11 15:31:42 +0100
commit171877e32a92ed43dab709077315d6aeb1e9b630 (patch)
tree30f0647b7b5d1011e7252819c6f29c1e2e7078f0 /src/libserver/protocol.c
parent88c6307dcffe2b7329a58b7beff15f5063752a3c (diff)
downloadrspamd-171877e32a92ed43dab709077315d6aeb1e9b630.tar.gz
rspamd-171877e32a92ed43dab709077315d6aeb1e9b630.zip
Fix some more issues with files scanning.
Diffstat (limited to 'src/libserver/protocol.c')
-rw-r--r--src/libserver/protocol.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libserver/protocol.c b/src/libserver/protocol.c
index ff28ba5f5..6b76a401f 100644
--- a/src/libserver/protocol.c
+++ b/src/libserver/protocol.c
@@ -276,6 +276,8 @@ rspamd_protocol_handle_url (struct rspamd_task *task,
task->msg.len = res->len;
}
+ task->flags |= RSPAMD_TASK_FLAG_FILE;
+
g_hash_table_unref (query_args);
}