mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Messenger: Fix compile issue with check_friend_request_timed_out
This commit is contained in:
parent
c00970eaf7
commit
bfce8a9d21
|
@ -1583,7 +1583,7 @@ void do_friends(Messenger *m)
|
||||||
/* If we didn't connect to friend after successfully sending him a friend request the request is deemed
|
/* If we didn't connect to friend after successfully sending him a friend request the request is deemed
|
||||||
* unsuccessful so we set the status back to FRIEND_ADDED and try again.
|
* unsuccessful so we set the status back to FRIEND_ADDED and try again.
|
||||||
*/
|
*/
|
||||||
check_friend_request_timed_out(m, i);
|
check_friend_request_timed_out(m, i, temp_time);
|
||||||
}
|
}
|
||||||
|
|
||||||
IP_Port friendip;
|
IP_Port friendip;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user