Browse Source

[Minor] Remove wrong assertion (task_timeout)

tags/1.8.2
Vsevolod Stakhov 5 years ago
parent
commit
6112b5c307
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      src/libserver/rspamd_symcache.c

+ 0
- 1
src/libserver/rspamd_symcache.c View File

@@ -1405,7 +1405,6 @@ rspamd_symcache_check_symbol (struct rspamd_task *task,
#endif
dyn_item->start_msec = (t1 - task->time_real) * 1e3;
dyn_item->async_events = 0;
g_assert (checkpoint->cur_item == NULL);
checkpoint->cur_item = item;
checkpoint->items_inflight ++;
/* Callback now must finalize itself */

Loading…
Cancel
Save