aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport_neighbours.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-service-transport_neighbours.c')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index e4c3ecd78..d2dd2e752 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -2081,7 +2081,7 @@ free_notification_cb(void *cls, const struct GNUNET_PeerIdentity *key,
2081 /* struct NeighbourMapEntry *n = cls; */ 2081 /* struct NeighbourMapEntry *n = cls; */
2082 struct QuotaNotificationRequest *qnr = value; 2082 struct QuotaNotificationRequest *qnr = value;
2083 2083
2084 GNUNET_break (GNUNET_OK != GNUNET_CONTAINER_multipeermap_remove (registered_quota_notifications, key, 2084 GNUNET_break (GNUNET_OK == GNUNET_CONTAINER_multipeermap_remove (registered_quota_notifications, key,
2085 qnr)); 2085 qnr));
2086 GNUNET_free(qnr->plugin); 2086 GNUNET_free(qnr->plugin);
2087 GNUNET_free(qnr); 2087 GNUNET_free(qnr);