add missing bools to handleViewpoint call

This commit is contained in:
Stephen Birarda 2015-06-16 13:39:11 -07:00
parent 1af4b1c54c
commit e9bdf7e73a

View file

@ -435,7 +435,7 @@ bool AddressManager::handleDomainID(const QString& host) {
}
void AddressManager::handlePath(const QString& path, LookupTrigger trigger, bool wasPathOnly) {
if (!handleViewpoint(path)) {
if (!handleViewpoint(path, false, wasPathOnly)) {
qCDebug(networking) << "User entered path could not be handled as a viewpoint - " << path <<
"- wll attempt to ask domain-server to resolve.";