Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pk-client: Fix runtime warning when backend does not support role
The daemon returns "op not supported by the backend" as part of the method call response, but this response can be received after the "Destroy" signal, which causes infinite wait for the transaction end and runtime warnings about NULL error being passed to the g_task_return_error() on the client side. This is a regression from commit PackageKit@44215db
- Loading branch information