mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-04-04 23:06:13 +00:00
Add missing return when no interface address matches
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user