projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05e0ca5
)
assertion now wrong
author
Christian Grothoff
<christian@grothoff.org>
Tue, 9 Feb 2010 22:46:04 +0000
(22:46 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Tue, 9 Feb 2010 22:46:04 +0000
(22:46 +0000)
src/util/scheduler.c
patch
|
blob
|
history
diff --git
a/src/util/scheduler.c
b/src/util/scheduler.c
index dfc7510481e5368235da1acaf1ca9af61925a670..1a7493aebcfe9477ad54967fcc02a8b2a9ee07aa 100644
(file)
--- 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;