mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Use "unix:" instead of tcp in test for now...
Temporarily avoids the issue reported in bug #623306.
This commit is contained in:
parent
21d7ce97c3
commit
93bf09a9e7
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user