From 71d106f21ec6a619436d786bd6449eb049db39b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philipp=20T=C3=B6lke?= Date: Wed, 26 Oct 2011 09:26:14 +0000 Subject: [PATCH] bug --- src/mesh/mesh_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- 2.25.1