Commit e6dd9758 authored by Marcus Lundblad's avatar Marcus Lundblad Committed by Youness Alaoui

Revert value for test TURN server

parent 6e91f5b9
...@@ -238,7 +238,7 @@ static void test_turn (char *username, char *password, char *hostname, int port) ...@@ -238,7 +238,7 @@ static void test_turn (char *username, char *password, char *hostname, int port)
static void turnserver (void) static void turnserver (void)
{ {
test_turn ("anonymous", "anonymous", "91.121.109.155", "3480"); test_turn ("toto", "password", "127.0.0.1", "3478");
} }
static void numb (void) static void numb (void)
......
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