Fixed warning.

This commit is contained in:
irungentoo 2015-06-15 22:11:07 -04:00
parent 4b9425fc6c
commit 48ef0f3241
No known key found for this signature in database
GPG Key ID: 10349DC9BED89E98

View File

@ -220,7 +220,7 @@ static unsigned int send_relays(Friend_Connections *fr_c, int friendcon_id)
n = copy_connected_tcp_relays(fr_c->net_crypto, nodes, MAX_SHARED_RELAYS);
unsigned int i;
int i;
for (i = 0; i < n; ++i) {
/* Associated the relays being sent with this connection.