aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 3778c704d..821d66b54 100644
--- a/src/transport/gnunet-service-transport_neighbours.c
+++ b/src/transport/gnunet-service-transport_neighbours.c
@@ -712,7 +712,7 @@ free_address (struct NeighbourAddress *na)
712/** 712/**
713 * Initialize the 'struct NeighbourAddress'. 713 * Initialize the 'struct NeighbourAddress'.
714 * 714 *
715 * @param peer identity of the peer to switch the address for 715 * @param na neighbour address to initialize
716 * @param address address of the other peer, NULL if other peer 716 * @param address address of the other peer, NULL if other peer
717 * connected to us 717 * connected to us
718 * @param session session to use (or NULL, in which case an 718 * @param session session to use (or NULL, in which case an