Use "unix:" instead of tcp in test for now...
authorRyan Lortie <desrt@desrt.ca>
Thu, 1 Jul 2010 16:55:04 +0000 (12:55 -0400)
committerRyan Lortie <desrt@desrt.ca>
Thu, 1 Jul 2010 16:55:04 +0000 (12:55 -0400)
Temporarily avoids the issue reported in bug #623306.

gio/tests/gdbus-peer.c

index 4016b5e..5ce1e27 100644 (file)
@@ -837,7 +837,7 @@ dmp_thread_func (gpointer user_data)
 
   error = NULL;
   guid = g_dbus_generate_guid ();
-  data->server = g_dbus_server_new_sync ("nonce-tcp:",
+  data->server = g_dbus_server_new_sync ("unix:tmpdir=/tmp/gdbus-test-",
                                          G_DBUS_SERVER_FLAGS_NONE,
                                          guid,
                                          NULL, /* GDBusAuthObserver */