summaryrefslogtreecommitdiff
path: root/tests/test-fullmode.c
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2009-04-24 20:13:10 -0400
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2009-04-24 20:13:10 -0400
commitf8469e4bd695183f86b10621e38242cf243676fc (patch)
tree7ccc7b675f28925954d725e8256612e9585ca66f /tests/test-fullmode.c
parent571d833bd13e24544aea3cdd665e52e1dc0cc21f (diff)
downloadlibnice-f8469e4bd695183f86b10621e38242cf243676fc.tar.gz
if USE_LOOPBACK=0 do not add a fixed ip in test-fullmode
Diffstat (limited to 'tests/test-fullmode.c')
-rw-r--r--tests/test-fullmode.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test-fullmode.c b/tests/test-fullmode.c
index d0aecd4..2d1e7ba 100644
--- a/tests/test-fullmode.c
+++ b/tests/test-fullmode.c
@@ -936,11 +936,6 @@ int main (void)
g_assert_not_reached ();
nice_agent_add_local_address (lagent, &baseaddr);
nice_agent_add_local_address (ragent, &baseaddr);
-#else
- if (!nice_address_set_from_string (&baseaddr, "192.168.1.110"))
- g_assert_not_reached ();
- nice_agent_add_local_address (lagent, &baseaddr);
- nice_agent_add_local_address (ragent, &baseaddr);
#endif
g_signal_connect (G_OBJECT (lagent), "candidate-gathering-done",