Add missing return when no interface address matches
This commit is contained in:
parent
e8d4313454
commit
ce02e086a3
1 changed files with 3 additions and 0 deletions
|
|
@ -287,6 +287,9 @@ bool NvComputer::isReachableOverVpn()
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
qWarning() << "No match found for address:" << s.localAddress();
|
||||
return false;
|
||||
}
|
||||
else {
|
||||
// If we fail to connect, just pretend that it's not a VPN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue