Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix comparison when checking signals
object_path
Since #1679 `get_session_object_path()` returns `sdbus::ObjectPath` we cannot compare it to `std::string`. Convert both to `sdbus::ObjectPath`. This was causing the check `signature_valid(sdbus::Signal &)` to return `false`, the client callback ended and the server kept waiting for result of the `key_import` userconfirm.
- Loading branch information