mirror of
https://github.com/amnezia-vpn/amneziawg-go.git
synced 2025-04-16 22:16:55 +02:00
wintun: never return nil, nil
This commit is contained in:
parent
a74a29bc93
commit
8fdcf5ee30
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ func GetInterface(ifname string, hwndParent uintptr) (*Wintun, error) {
|
|||
}
|
||||
}
|
||||
|
||||
return nil, nil
|
||||
return nil, windows.ERROR_OBJECT_NOT_FOUND
|
||||
}
|
||||
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue