-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nassh: include all profiles all the time when backing up
The current backup code will only backup profiles that are referenced by existing connections. If no connections reference a profile, we end up omitting it from the backup. If there are no connections at all, then even the "default" profile isn't saved. Lets change the logic to walk all the profiles directly instead of looking for the list indirectly via existing connections. Change-Id: I18eec07504f13435f79c9972d3cc511c68545d61 Reviewed-on: https://chromium-review.googlesource.com/822823 Reviewed-by: Brandon Gilmore <[email protected]> Tested-by: Mike Frysinger <[email protected]>
- Loading branch information
Showing
2 changed files
with
41 additions
and
23 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