This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mir/agent: fix indefinite wait if fail to start prompt session
For some reason, Mir still provide an FD for a prompt session even if it fails to start. When this FD is passed to the prompt provider, it will just hang, causing the whole trust store user chain to just wait. To fix this, make sure the agent checks for the error before continue. Related: ubports/ubuntu-touch#1668
- Loading branch information
1 parent
ad94b8b
commit 25d3d82
Showing
3 changed files
with
90 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters