mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 21:45:15 +02:00
fix ACs
This commit is contained in:
parent
7a7a9e9af0
commit
a144b738e5
1 changed files with 3 additions and 0 deletions
|
@ -140,6 +140,9 @@ void DomainHandler::setSockAddr(const HifiSockAddr& sockAddr, const QString& hos
|
|||
|
||||
// some callers may pass a hostname, this is not to be used for lookup but for DTLS certificate verification
|
||||
_domainURL = QUrl();
|
||||
_domainURL.setScheme(URL_SCHEME_HIFI);
|
||||
_domainURL.setHost(hostname);
|
||||
_domainURL.setPort(_sockAddr.getPort());
|
||||
}
|
||||
|
||||
void DomainHandler::setUUID(const QUuid& uuid) {
|
||||
|
|
Loading…
Reference in a new issue