mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fixed last PR.
This commit is contained in:
parent
652eb54222
commit
219fabc0f5
|
@ -1112,7 +1112,7 @@ int add_tcp_relay_connection(TCP_Connections *tcp_c, int connections_number, IP_
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
int tcp_connections_number = add_tcp_relay(tcp_c, ip_port, relay_pk);
|
int tcp_connections_number = add_tcp_relay_instance(tcp_c, ip_port, relay_pk);
|
||||||
|
|
||||||
TCP_con *tcp_con = get_tcp_connection(tcp_c, tcp_connections_number);
|
TCP_con *tcp_con = get_tcp_connection(tcp_c, tcp_connections_number);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user