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:
224563a
)
complain harder about this type of violation
author
Christian Grothoff
<christian@grothoff.org>
Wed, 22 Feb 2017 13:27:30 +0000
(14:27 +0100)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 22 Feb 2017 13:27:30 +0000
(14:27 +0100)
src/util/service_new.c
patch
|
blob
|
history
diff --git
a/src/util/service_new.c
b/src/util/service_new.c
index 90829c08c1d1a903d26e85384266015cd5a4d181..ded53917a158a3c6cb31d9770d1166eadd0f3787 100644
(file)
--- a/
src/util/service_new.c
+++ b/
src/util/service_new.c
@@
-2500,7
+2500,7
@@
GNUNET_SERVICE_client_drop (struct GNUNET_SERVICE_Client *c)
if (NULL != c->drop_task)
{
/* asked to drop twice! */
- GNUNET_
break
(0);
+ GNUNET_
assert
(0);
return;
}
GNUNET_CONTAINER_DLL_remove (sh->clients_head,