From: Christian Grothoff Date: Tue, 9 Feb 2010 22:46:04 +0000 (+0000) Subject: assertion now wrong X-Git-Tag: initial-import-from-subversion-38251~22752 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=11e453dd5eb1fc7485f11cbe4ee36bffd444fcc5;p=oweals%2Fgnunet.git assertion now wrong --- 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;