gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r17771 - gnunet/src/mesh


From: gnunet
Subject: [GNUnet-SVN] r17771 - gnunet/src/mesh
Date: Wed, 26 Oct 2011 11:26:14 +0200

Author: toelke
Date: 2011-10-26 11:26:14 +0200 (Wed, 26 Oct 2011)
New Revision: 17771

Modified:
   gnunet/src/mesh/mesh_api.c
Log:
bug

Modified: gnunet/src/mesh/mesh_api.c
===================================================================
--- gnunet/src/mesh/mesh_api.c  2011-10-26 09:21:18 UTC (rev 17770)
+++ gnunet/src/mesh/mesh_api.c  2011-10-26 09:26:14 UTC (rev 17771)
@@ -672,11 +672,11 @@
 {
   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];
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]