mirror of
https://github.com/safing/portmaster
synced 2025-09-01 01:59:11 +00:00
Fix online status bypass if SPN is connected
This commit is contained in:
parent
dc31400caa
commit
aade045f12
1 changed files with 1 additions and 0 deletions
|
@ -404,6 +404,7 @@ func checkOnlineStatus(ctx context.Context) {
|
||||||
|
|
||||||
if ConnectedToSPN.IsSet() {
|
if ConnectedToSPN.IsSet() {
|
||||||
updateOnlineStatus(StatusOnline, nil, "connected to SPN")
|
updateOnlineStatus(StatusOnline, nil, "connected to SPN")
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
// 1) check for addresses
|
// 1) check for addresses
|
||||||
|
|
Loading…
Add table
Reference in a new issue