mirror of
https://github.com/safing/portmaster
synced 2025-09-01 10:09:11 +00:00
Fix windows mock
This commit is contained in:
parent
541cf702ad
commit
ddc01e648f
1 changed files with 1 additions and 1 deletions
|
@ -7,6 +7,6 @@ func getNameserversFromDbus() ([]Nameserver, error) {
|
|||
return nameservers, nil
|
||||
}
|
||||
|
||||
func getConnectivityStateFromDbus() (uint8, error) {
|
||||
func getConnectivityStateFromDbus() (OnlineStatus, error) {
|
||||
return StatusUnknown, nil
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue