mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 02:53:43 +02:00
add missing bools to handleViewpoint call
This commit is contained in:
parent
1af4b1c54c
commit
e9bdf7e73a
1 changed files with 1 additions and 1 deletions
|
@ -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.";
|
||||
|
||||
|
|
Loading…
Reference in a new issue