From 11e453dd5eb1fc7485f11cbe4ee36bffd444fcc5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 9 Feb 2010 22:46:04 +0000 Subject: [PATCH] assertion now wrong --- src/util/scheduler.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/util/scheduler.c b/src/util/scheduler.c index dfc751048..1a7493aeb 100644 --- a/src/util/scheduler.c +++ b/src/util/scheduler.c @@ -475,7 +475,6 @@ run_ready (struct GNUNET_SCHEDULER_Handle *sched) sched->ready[p] = pos->next; sched->ready_count--; sched->current_priority = pos->priority; - GNUNET_assert (pos->priority == p); sched->active_task = pos; tc.sched = sched; tc.reason = pos->reason; -- 2.25.1