From 2f65de6fd1a3c83e0754898ab45da006917223ff Mon Sep 17 00:00:00 2001 From: Dubslow Date: Wed, 18 Mar 2015 14:18:36 -0500 Subject: Move get_connection_status to self pseudonamespace, to contrast friend_get_connection_status --- auto_tests/toxav_basic_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto_tests/toxav_basic_test.c') diff --git a/auto_tests/toxav_basic_test.c b/auto_tests/toxav_basic_test.c index 3f4a3b8d..4f75b9fb 100644 --- a/auto_tests/toxav_basic_test.c +++ b/auto_tests/toxav_basic_test.c @@ -271,7 +271,7 @@ START_TEST(test_AV_flows) tox_iterate(Alice); tox_iterate(Bob); - if (tox_get_connection_status(bootstrap_node) && tox_get_connection_status(Alice) && tox_get_connection_status(Bob) + if (tox_self_get_connection_status(bootstrap_node) && tox_self_get_connection_status(Alice) && tox_self_get_connection_status(Bob) && off) { printf("Toxes are online, took %llu seconds\n", time(NULL) - cur_time); off = 0; -- cgit v1.2.3