summaryrefslogtreecommitdiff
path: root/toxcore/friend_connection.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/friend_connection.c')
-rw-r--r--toxcore/friend_connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/friend_connection.c b/toxcore/friend_connection.c
index fd1fa71c..496b83b5 100644
--- a/toxcore/friend_connection.c
+++ b/toxcore/friend_connection.c
@@ -273,7 +273,7 @@ static unsigned int send_relays(Friend_Connections *fr_c, int friendcon_id)
273 273
274 for (int i = 0; i < n; ++i) { 274 for (int i = 0; i < n; ++i) {
275 /* Associated the relays being sent with this connection. 275 /* Associated the relays being sent with this connection.
276 On receiving the peer will do the same which will establish the connection. */ 276 * On receiving the peer will do the same which will establish the connection. */
277 friend_add_tcp_relay(fr_c, friendcon_id, nodes[i].ip_port, nodes[i].public_key); 277 friend_add_tcp_relay(fr_c, friendcon_id, nodes[i].ip_port, nodes[i].public_key);
278 } 278 }
279 279