summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usb-acl-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usb-acl-helper.c b/src/usb-acl-helper.c
index 4ed57b9..9a08fea 100644
--- a/src/usb-acl-helper.c
+++ b/src/usb-acl-helper.c
@@ -162,7 +162,7 @@ static void cancelled_cb(GCancellable *cancellable, gpointer user_data)
{
SpiceUsbAclHelper *self = SPICE_USB_ACL_HELPER(user_data);
- spice_usb_acl_helper_close_acl(self);
+ spice_usb_acl_helper_cancel(self);
}
static void helper_child_watch_cb(GPid pid, gint status, gpointer user_data)