Use "unix:" instead of tcp in test for now...

Temporarily avoids the issue reported in bug #623306.
This commit is contained in:
Ryan Lortie 2010-07-01 12:55:04 -04:00
parent 21d7ce97c3
commit 93bf09a9e7

View 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 */