mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-03 08:15:37 +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 {
|
else {
|
||||||
// If we fail to connect, just pretend that it's not a VPN
|
// If we fail to connect, just pretend that it's not a VPN
|
||||||
|
Loading…
x
Reference in New Issue
Block a user