Skip to content

Commit

Permalink
Update virtlyst.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
julian-w authored Oct 29, 2024
1 parent baeaf0c commit 5173717
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/virtlyst.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ void Virtlyst::updateConnections()
server->password = password;
server->type = type;

QStringList parts = hostname.split(":");
QStringList parts = hostname.split(u':');
QString host = parts[0]; // The IP/FQDN part
int port = -1; // Default port value if no port is specified

Expand Down

0 comments on commit 5173717

Please sign in to comment.