summaryrefslogtreecommitdiff
path: root/tests/test-tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-tcp.c')
-rw-r--r--tests/test-tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-tcp.c b/tests/test-tcp.c
index f94ac88..fb38943 100644
--- a/tests/test-tcp.c
+++ b/tests/test-tcp.c
@@ -93,7 +93,7 @@ main (void)
mainloop = g_main_loop_new (NULL, FALSE);
nice_address_init (&active_bind_addr);
- g_assert_true (nice_address_set_from_string (&active_bind_addr, "::1"));
+ g_assert_true (nice_address_set_from_string (&active_bind_addr, "127.0.0.1"));
nice_address_init (&passive_bind_addr);
g_assert_true (nice_address_set_from_string (&passive_bind_addr, "127.0.0.1"));