From: Matthias Wachs Date: Thu, 10 Nov 2011 16:42:47 +0000 (+0000) Subject: this break is not needed anymore, since we measure latency in neighbours X-Git-Tag: initial-import-from-subversion-38251~15966 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=61f0bfd3e80c61af6e422419a2071134c24d3468;p=oweals%2Fgnunet.git this break is not needed anymore, since we measure latency in neighbours --- diff --git a/src/transport/gnunet-service-transport_validation.c b/src/transport/gnunet-service-transport_validation.c index cab5af882..682a46f09 100644 --- a/src/transport/gnunet-service-transport_validation.c +++ b/src/transport/gnunet-service-transport_validation.c @@ -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... */