diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mm-auth-provider-polkit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mm-auth-provider-polkit.c b/src/mm-auth-provider-polkit.c index ef15e87e..3b9b4250 100644 --- a/src/mm-auth-provider-polkit.c +++ b/src/mm-auth-provider-polkit.c @@ -152,7 +152,7 @@ authorize (MMAuthProvider *self, authorization, NULL, /* details */ POLKIT_CHECK_AUTHORIZATION_FLAGS_ALLOW_USER_INTERACTION, - ctx->cancellable, + cancellable, (GAsyncReadyCallback)check_authorization_ready, task); } |