fix 1839
authorChristian Grothoff <christian@grothoff.org>
Sun, 23 Oct 2011 18:16:40 +0000 (18:16 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sun, 23 Oct 2011 18:16:40 +0000 (18:16 +0000)
src/transport/transport_api.c

index ab29930477edf5018c405128e9be78d0a6c49f36..0819a55597f6bb903d059c96b5b3d8bb8ab6853e 100644 (file)
@@ -578,10 +578,7 @@ demultiplexer (void *cls, const struct GNUNET_MessageHeader *msg)
     qm = (const struct QuotaSetMessage *) msg;
     n = neighbour_find (h, &qm->peer);
     if (n == NULL)
-    {
-      GNUNET_break (0);
       break;
-    }
     GNUNET_BANDWIDTH_tracker_update_quota (&n->out_tracker, qm->quota);
     break;
   default: