mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/virt-viewer
synced 2025-12-27 23:00:54 +00:00
Don't hardcode ssh port to 0
Many thanks to Luca Capello <luca@pca.it> for debugging this.
This commit is contained in:
parent
754011f2bc
commit
1c00bc2b95
@ -1311,7 +1311,7 @@ virt_viewer_app_set_connect_info(VirtViewerApp *self,
|
||||
priv->transport = g_strdup(transport);
|
||||
priv->unixsock = g_strdup(unixsock);
|
||||
priv->user = g_strdup(user);
|
||||
priv->port = 0;
|
||||
priv->port = port;
|
||||
|
||||
virt_viewer_app_update_pretty_address(self);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user