Add missing return when no interface address matches

This commit is contained in:
Cameron Gutman 2019-12-02 17:27:57 -08:00
parent e8d4313454
commit ce02e086a3

View File

@ -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