Remove GNUNET_break call which is actually OK
authorDavid Barksdale <amatus@amat.us>
Sun, 19 Nov 2017 16:00:41 +0000 (10:00 -0600)
committerDavid Barksdale <amatus@amat.us>
Sun, 19 Nov 2017 16:00:41 +0000 (10:00 -0600)
src/transport/gnunet-service-transport_ats.c

index a20c998b340b6d7dbf441784f86879c9784096fc..c780f9a78f99cd788c7b6b39cb845a6be92749f6 100644 (file)
@@ -344,8 +344,7 @@ GST_ats_block_address (const struct GNUNET_HELLO_Address *address,
   }
   if (NULL == ai->ar)
   {
-    /* already blocked, how did it get used!? */
-    GNUNET_break (0);
+    /* already blocked but this might be a blacklist check callback */
     return;
   }
   ai->back_off = GNUNET_TIME_STD_BACKOFF (ai->back_off);