autotools are dumb, so I'm also adding gnioenumtypes.{c,h}
[cascardo/gnio.git] / test / test-client.c
index 838b7d0..901709a 100644 (file)
@@ -34,7 +34,7 @@ int main (int argc, char *argv[])
 
        loop = g_main_loop_new (NULL, FALSE);
 
-       socket = g_socket_new (G_SOCKET_DOMAIN_INET, G_SOCKET_TYPE_STREAM, NULL, NULL);
+       socket = g_socket_new (G_SOCKET_DOMAIN_INET, G_SOCKET_TYPE_STREAM, NULL);
 
        g_printf ("connecting to 127.0.0.1:31882...\n");