Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix deserialization when checking signals
object_path
Since rpm-software-management#1679 `sdbus::ObjectPath` is send over to the client not std::string. This was causing the check `signature_valid(sdbus::Signal &)` to crash, the client callback ended and the server kept waiting for result of the `key_import` userconfirm.
- Loading branch information