summaryrefslogtreecommitdiff
path: root/client/gdaemonfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'client/gdaemonfile.c')
-rw-r--r--client/gdaemonfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/gdaemonfile.c b/client/gdaemonfile.c
index cc9edea8..41f975c9 100644
--- a/client/gdaemonfile.c
+++ b/client/gdaemonfile.c
@@ -2074,7 +2074,7 @@ g_daemon_file_mount_enclosing_volume (GFile *location,
data = g_new0 (MountData, 1);
data->callback = callback;
- if (data->cancellable)
+ if (cancellable)
data->cancellable = g_object_ref (data->cancellable);
data->user_data = user_data;
data->file = g_object_ref (location);