From: Ryan Lortie Date: Thu, 1 Jul 2010 16:55:04 +0000 (-0400) Subject: Use "unix:" instead of tcp in test for now... X-Git-Tag: 2.25.11~115 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=93bf09a9e7a7d35d50802faf4b271ca4267e49cb;p=platform%2Fupstream%2Fglib.git Use "unix:" instead of tcp in test for now... Temporarily avoids the issue reported in bug #623306. --- 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 */