- rmeove break
authorBart Polot <bart@net.in.tum.de>
Wed, 18 Dec 2013 21:21:01 +0000 (21:21 +0000)
committerBart Polot <bart@net.in.tum.de>
Wed, 18 Dec 2013 21:21:01 +0000 (21:21 +0000)
src/mesh/gnunet-service-mesh_peer.c

index 8f13d0bb1f81d652859afccc60a45239187c5ce8..741bffc2f7986aa4a91c6397582c94ec1a129a30 100644 (file)
@@ -1436,7 +1436,7 @@ GMP_is_neighbor (const struct MeshPeer *peer)
       return GNUNET_YES;
   }
 
-  GNUNET_break (0); /* Is not a neighbor but connections is not NULL */
+  /* Is not a neighbor but connections is not NULL, probably disconnecting */
   return GNUNET_NO;
 }