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:
2b500f1
)
bug
author
Philipp Tölke
<toelke@in.tum.de>
Wed, 26 Oct 2011 09:26:14 +0000
(09:26 +0000)
committer
Philipp Tölke
<toelke@in.tum.de>
Wed, 26 Oct 2011 09:26:14 +0000
(09:26 +0000)
src/mesh/mesh_api.c
patch
|
blob
|
history
diff --git
a/src/mesh/mesh_api.c
b/src/mesh/mesh_api.c
index 0f7592056d965b1d3d7bb34cc6a04a3c91bf6ab4..30bd13f46d421104256c4201cbf01fe09df54e80 100644
(file)
--- a/
src/mesh/mesh_api.c
+++ b/
src/mesh/mesh_api.c
@@
-672,11
+672,11
@@
core_notify (void *cls, size_t size, void *buf)
{
struct notify_cls *ncls = cls;
struct GNUNET_MESH_Tunnel *tunnel = ncls->tunnel;
+ tunnel->notify_handle = NULL;
if (NULL == buf)
return ncls->notify (ncls->notify_cls, 0, NULL);
- tunnel->notify_handle = NULL;
struct tunnel_message *message = buf;
void *cbuf = (void *) &message[1];