From b6d23843dde70d5970c61d025a48a35606491ac9 Mon Sep 17 00:00:00 2001 From: Wayne Chen Date: Thu, 30 Aug 2018 22:32:02 -0700 Subject: [PATCH] adding fix to domain redirection URL --- interface/src/Application.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index a927853fb0..86a1421127 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1199,7 +1199,7 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo }); connect(&domainHandler, &DomainHandler::domainConnectionRefused, this, &Application::domainConnectionRefused); - &domainHandler.setErrorDomainURL(QUrl(REDIRECT_HIFI_ADDRESS)); + nodeList->getDomainHandler().setErrorDomainURL(QUrl(REDIRECT_HIFI_ADDRESS)); // We could clear ATP assets only when changing domains, but it's possible that the domain you are connected // to has gone down and switched to a new content set, so when you reconnect the cached ATP assets will no longer be valid.