this break is not needed anymore, since we measure latency in neighbours
authorMatthias Wachs <wachs@net.in.tum.de>
Thu, 10 Nov 2011 16:42:47 +0000 (16:42 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Thu, 10 Nov 2011 16:42:47 +0000 (16:42 +0000)
src/transport/gnunet-service-transport_validation.c

index cab5af88273cd0048c302a73927dcafd1b1e4416..682a46f098b512ffafe7719a798099bf7348528a 100644 (file)
@@ -1183,11 +1183,7 @@ GST_validation_set_address_use (const struct GNUNET_PeerIdentity *sender,
     ve = NULL; /* FIXME: lookup based on session... */
   if (NULL == ve)
   {
-    /* FIXME: this can happen for inbound connections (sender_address_len == 0);
-       in that case, we should hack up some more code here to measure
-       latency for inbound connections! Also, in this case we'll need the session... 
-    */
-    GNUNET_break (0);
+    /* this can happen for inbound connections (sender_address_len == 0); */
     return;
   }
   GNUNET_break (ve->in_use != in_use); /* should be different... */