From 93bf09a9e7a7d35d50802faf4b271ca4267e49cb Mon Sep 17 00:00:00 2001 From: Ryan Lortie Date: Thu, 1 Jul 2010 12:55:04 -0400 Subject: [PATCH] Use "unix:" instead of tcp in test for now... Temporarily avoids the issue reported in bug #623306. --- gio/tests/gdbus-peer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/tests/gdbus-peer.c b/gio/tests/gdbus-peer.c index 4016b5e..5ce1e27 100644 --- a/gio/tests/gdbus-peer.c +++ b/gio/tests/gdbus-peer.c @@ -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 */ -- 2.7.4