Commit f8469e4b authored by Youness Alaoui's avatar Youness Alaoui

if USE_LOOPBACK=0 do not add a fixed ip in test-fullmode

parent 571d833b
...@@ -936,11 +936,6 @@ int main (void) ...@@ -936,11 +936,6 @@ int main (void)
g_assert_not_reached (); g_assert_not_reached ();
nice_agent_add_local_address (lagent, &baseaddr); nice_agent_add_local_address (lagent, &baseaddr);
nice_agent_add_local_address (ragent, &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 #endif
g_signal_connect (G_OBJECT (lagent), "candidate-gathering-done", g_signal_connect (G_OBJECT (lagent), "candidate-gathering-done",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment