summaryrefslogtreecommitdiff
path: root/client/gvfsdaemondbus.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/gvfsdaemondbus.c')
-rw-r--r--client/gvfsdaemondbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/gvfsdaemondbus.c b/client/gvfsdaemondbus.c
index 5828958d..253fd474 100644
--- a/client/gvfsdaemondbus.c
+++ b/client/gvfsdaemondbus.c
@@ -714,7 +714,7 @@ _g_vfs_daemon_call_sync (DBusMessage *message,
/* Make sure the message is sent */
dbus_connection_flush (connection);
- if (!dbus_connection_get_socket (connection, &dbus_fd))
+ if (!dbus_connection_get_unix_fd (connection, &dbus_fd))
{
dbus_pending_call_unref (pending);
g_set_error (error, G_FILE_ERROR, G_FILE_ERROR_IO,