allow empty/NULL context message
[oweals/gnunet.git] / src / transport / gnunet-service-transport_validation.c
index 836aa418c8fbe7483f8b4c108af79da68dced3b7..6ea5394bf7c4afdad9daaf00b9451502f7b92140 100644 (file)
@@ -873,7 +873,6 @@ add_valid_address (void *cls,
   validation_entry_changed (ve,
                             GNUNET_TRANSPORT_VS_UPDATE);
   memset (&prop, 0, sizeof (prop));
-  GNUNET_break (GNUNET_ATS_NET_UNSPECIFIED != ve->network);
   prop.scope = ve->network;
   prop.delay = GNUNET_TIME_relative_divide (ve->latency, 2);
   if (GNUNET_YES != ve->known_to_ats)