- fix segfault
authorBart Polot <bart@net.in.tum.de>
Wed, 1 Aug 2012 08:49:40 +0000 (08:49 +0000)
committerBart Polot <bart@net.in.tum.de>
Wed, 1 Aug 2012 08:49:40 +0000 (08:49 +0000)
src/mesh/gnunet-service-mesh.c

index 93bfbf5798c7b71e67a5b790dee81d737393bea2..c1ac2ca6eefd32ae251d7082775decf9fccf677c 100644 (file)
@@ -6596,7 +6596,7 @@ handle_local_ack (void *cls, struct GNUNET_SERVER_Client *client,
   }
 
   /* Does client own tunnel? */
-  if (t->owner->handle != client)
+  if (NULL != t->owner && t->owner->handle != client)
   {
     GNUNET_break (0);
     // FIXME TODO