From: Philipp Tölke Date: Wed, 26 Oct 2011 09:26:14 +0000 (+0000) Subject: bug X-Git-Tag: initial-import-from-subversion-38251~16237 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=71d106f21ec6a619436d786bd6449eb049db39b0;p=oweals%2Fgnunet.git bug --- diff --git a/src/mesh/mesh_api.c b/src/mesh/mesh_api.c index 0f7592056..30bd13f46 100644 --- 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];