Commit 812df5de authored by Youness Alaoui's avatar Youness Alaoui

Fix test-bsd by calling g_type_init

parent 78b29587
...@@ -50,7 +50,7 @@ main (void) ...@@ -50,7 +50,7 @@ main (void)
NiceAddress tmp; NiceAddress tmp;
gchar buf[5]; gchar buf[5];
g_type_init ();
server = nice_udp_bsd_socket_new (NULL); server = nice_udp_bsd_socket_new (NULL);
if (!server) if (!server)
g_assert_not_reached(); g_assert_not_reached();
......
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