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:
96bae7f
)
- typo
author
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 20 Jun 2012 09:25:57 +0000
(09:25 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Wed, 20 Jun 2012 09:25:57 +0000
(09:25 +0000)
src/core/core_api.c
patch
|
blob
|
history
diff --git
a/src/core/core_api.c
b/src/core/core_api.c
index 6600728ebfa0b3fba6d1a2c255fddd7bdf285167..46105a466381d0ea8eb2ad0595532076e5294d0a 100644
(file)
--- a/
src/core/core_api.c
+++ b/
src/core/core_api.c
@@
-391,7
+391,7
@@
disconnect_and_free_peer_entry (void *cls, const struct GNUNET_HashCode * key,
GNUNET_assert (GNUNET_YES ==
GNUNET_CONTAINER_multihashmap_remove (h->peers, key, pr));
GNUNET_assert (pr->ch == h);
- GNUNET_assert (GNUNET_SCHEDULER_NO_TASK == pr->timeout_ta
ks
);
+ GNUNET_assert (GNUNET_SCHEDULER_NO_TASK == pr->timeout_ta
sk
);
GNUNET_assert (GNUNET_SCHEDULER_NO_TASK == pr->ntr_task);
GNUNET_free (pr);
return GNUNET_YES;