Rework handling of addresses to allow alternate HTTP ports
This commit is contained in:
parent
5afab126b3
commit
fa3f822cf1
10 changed files with 144 additions and 66 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue