summaryrefslogtreecommitdiff
path: root/auto_tests
diff options
context:
space:
mode:
Diffstat (limited to 'auto_tests')
-rw-r--r--auto_tests/conference_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto_tests/conference_test.c b/auto_tests/conference_test.c
index 46b58224..150236b3 100644
--- a/auto_tests/conference_test.c
+++ b/auto_tests/conference_test.c
@@ -90,7 +90,7 @@ group_test_restart:
90 int test_run = 0; 90 int test_run = 0;
91 long long unsigned int cur_time = time(NULL); 91 long long unsigned int cur_time = time(NULL);
92 struct Tox_Options *opts = tox_options_new(NULL); 92 struct Tox_Options *opts = tox_options_new(NULL);
93 /* FIXME: Currenly here is problems with IPv6 */ 93 /* FIXME: Currently here is problems with IPv6 */
94 tox_options_set_ipv6_enabled(opts, false); 94 tox_options_set_ipv6_enabled(opts, false);
95 95
96 for (i = 0; i < NUM_GROUP_TOX; ++i) { 96 for (i = 0; i < NUM_GROUP_TOX; ++i) {