tun: windows: Adapter devices renamed to WINTUN<LUID Index>
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
4b1db1d39b
commit
41c30a7279
4 changed files with 63 additions and 52 deletions
|
|
@ -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())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue