assertion now wrong
authorChristian Grothoff <christian@grothoff.org>
Tue, 9 Feb 2010 22:46:04 +0000 (22:46 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 9 Feb 2010 22:46:04 +0000 (22:46 +0000)
src/util/scheduler.c

index dfc7510481e5368235da1acaf1ca9af61925a670..1a7493aebcfe9477ad54967fcc02a8b2a9ee07aa 100644 (file)
@@ -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;