aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/gnunet-service-transport_neighbours.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/gnunet-service-transport_neighbours.c b/src/transport/gnunet-service-transport_neighbours.c
index 8d3e47f94..2bf07bcd7 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -1137,9 +1137,9 @@ disconnect_neighbour (struct NeighbourMapEntry *n)
1137 * our own receive rate and informs the neighbour about 1137 * our own receive rate and informs the neighbour about
1138 * the new quota. 1138 * the new quota.
1139 * 1139 *
1140 * @param n neighbour entry to change qutoa for 1140 * @param n neighbour entry to change quota for
1141 * @param quota new quota 1141 * @param quota new quota
1142 * @return #GNUNET_YES if @a n is still valid, @GNUNET_NO if 1142 * @return #GNUNET_YES if @a n is still valid, #GNUNET_NO if
1143 * @a n was freed 1143 * @a n was freed
1144 */ 1144 */
1145static int 1145static int