mirror of
https://git.zx2c4.com/wireguard-go
synced 2025-11-02 20:54:02 +08:00
tun: windows: Adapter devices renamed to WINTUN<LUID Index>
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
@@ -291,11 +291,6 @@ func TestSetupDiOpenDevRegKey(t *testing.T) {
|
||||
t.Errorf("Error calling SetupDiOpenDevRegKey: %s", err.Error())
|
||||
}
|
||||
defer key.Close()
|
||||
|
||||
_, err = devInfoList.GetInterfaceID(data)
|
||||
if err != nil {
|
||||
t.Errorf("Error calling GetInterfaceID: %s", err.Error())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user