mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 15:26:09 +00:00
Add missing return when no interface address matches
This commit is contained in:
parent
e8d4313454
commit
ce02e086a3
@ -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…
x
Reference in New Issue
Block a user