diff options
-rw-r--r-- | toxcore/Messenger.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/Messenger.c b/toxcore/Messenger.c index 2c7274ca..77cee74e 100644 --- a/toxcore/Messenger.c +++ b/toxcore/Messenger.c | |||
@@ -1583,7 +1583,7 @@ void do_friends(Messenger *m) | |||
1583 | /* If we didn't connect to friend after successfully sending him a friend request the request is deemed | 1583 | /* If we didn't connect to friend after successfully sending him a friend request the request is deemed |
1584 | * unsuccessful so we set the status back to FRIEND_ADDED and try again. | 1584 | * unsuccessful so we set the status back to FRIEND_ADDED and try again. |
1585 | */ | 1585 | */ |
1586 | check_friend_request_timed_out(m, i); | 1586 | check_friend_request_timed_out(m, i, temp_time); |
1587 | } | 1587 | } |
1588 | 1588 | ||
1589 | IP_Port friendip; | 1589 | IP_Port friendip; |