mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-20 21:58:11 -05:00
system-helper: Minor cleanup
This commit is contained in:
@@ -223,8 +223,7 @@ xdg_app_authorize_method_handler (GDBusInterfaceSkeleton *interface,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (polkit_authorization_result_get_is_authorized (result))
|
||||
authorized = TRUE;
|
||||
authorized = polkit_authorization_result_get_is_authorized (result);
|
||||
}
|
||||
|
||||
if (!authorized)
|
||||
|
||||
Reference in New Issue
Block a user