-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: Fix remote hosts with nonstandard port
The connection properties' "port" field can be an integer, so stringify it (or any other field except "visible" which is a boolean and already special-cased) when building the GVariant wrapper in update_saved_machine(). Adjust TestMultiMachineAdd to reproduce/verify this case by putting the second external machine (m3) onto port 2222. Fixes #6291 Closes #6466
- Loading branch information
1 parent
3779af4
commit 4f6c6ae
Showing
2 changed files
with
12 additions
and
5 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