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:
d45c008
)
Revert "add assertion for debugging"
author
lurchi
<lurchi@strangeplace.net>
Tue, 23 Jan 2018 07:47:01 +0000
(08:47 +0100)
committer
lurchi
<lurchi@strangeplace.net>
Tue, 23 Jan 2018 07:47:08 +0000
(08:47 +0100)
This reverts commit
d45c008e677fa2fbff03e22745390d4775b031d2
.
src/util/scheduler.c
patch
|
blob
|
history
diff --git
a/src/util/scheduler.c
b/src/util/scheduler.c
index 0fb69940f26eeb5a795cf6509d7782c3e3a85ffd..6a1b1a22d83b5d327576487070ec92fa1ccaf0c9 100644
(file)
--- a/
src/util/scheduler.c
+++ b/
src/util/scheduler.c
@@
-1944,7
+1944,6
@@
GNUNET_SCHEDULER_run_from_driver (struct GNUNET_SCHEDULER_Handle *sh)
{
LOG (GNUNET_ERROR_TYPE_ERROR,
"GNUNET_SCHEDULER_run_from_driver was called, but no tasks are ready!\n");
- GNUNET_assert (0);
return GNUNET_SYSERR;
}