fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 20 Oct 2011 13:07:24 +0000 (13:07 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 20 Oct 2011 13:07:24 +0000 (13:07 +0000)
src/core/test_core_quota_compliance.c

index 2a7c7f8f6fa7a4294a9888f95ad892d687cfe30e..1092d5e4867a240bf9eedd8d173de09fd5b07924 100644 (file)
@@ -238,8 +238,6 @@ measurement_stop (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
                             current_quota_p2_in);
   max_quota_out = GNUNET_MIN (current_quota_p1_out,
                              current_quota_p2_out);
-
-  max_quota_out /= 2;
   if (max_quota_out < max_quota_in)
     quota_delta = max_quota_in / 10;
   else