weaken assert
authorChristian Grothoff <christian@grothoff.org>
Wed, 19 Oct 2011 14:08:47 +0000 (14:08 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 19 Oct 2011 14:08:47 +0000 (14:08 +0000)
src/ats/gnunet-service-ats_reservations.c

index bdc1e64c37a4392484f35bc01fa01017c44b1cfb..492751254a8d6f3e46991fb9e731f161351fa999 100644 (file)
@@ -74,8 +74,7 @@ GAS_reservations_reserve (const struct GNUNET_PeerIdentity *peer,
       return ret;
     }
   }
-  GNUNET_break (GNUNET_NO == /* no == not above limit */
-               GNUNET_BANDWIDTH_tracker_consume (tracker, amount));
+  (void) GNUNET_BANDWIDTH_tracker_consume (tracker, amount);
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
              "Reserved %d bytes\n",
              (int) amount);