Rework handling of addresses to allow alternate HTTP ports

This commit is contained in:
Cameron Gutman 2021-07-02 23:34:54 -05:00
commit fa3f822cf1
10 changed files with 144 additions and 66 deletions

View file

@ -1048,7 +1048,7 @@ bool Session::startConnectionAsync()
return false;
}
QByteArray hostnameStr = m_Computer->activeAddress.toLatin1();
QByteArray hostnameStr = m_Computer->activeAddress.address().toLatin1();
QByteArray siAppVersion = m_Computer->appVersion.toLatin1();
SERVER_INFORMATION hostInfo;