From 71d106f21ec6a619436d786bd6449eb049db39b0 Mon Sep 17 00:00:00 2001 From: Philipp Tölke Date: Wed, 26 Oct 2011 09:26:14 +0000 Subject: bug --- src/mesh/mesh_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesh') 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]; -- cgit v1.2.3