wintun: Compare values of GUID, not pointers, when removing
This commit is contained in:
parent
52aa00f3ba
commit
fac1fbcd72
@ -288,7 +288,7 @@ func (wintun *Wintun) DeleteInterface(hwndParent uintptr) (bool, bool, error) {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
if ifid == ifid2 {
|
if *ifid == *ifid2 {
|
||||||
// Remove the device.
|
// Remove the device.
|
||||||
removeDeviceParams := setupapi.SP_REMOVEDEVICE_PARAMS{
|
removeDeviceParams := setupapi.SP_REMOVEDEVICE_PARAMS{
|
||||||
ClassInstallHeader: setupapi.SP_CLASSINSTALL_HEADER{
|
ClassInstallHeader: setupapi.SP_CLASSINSTALL_HEADER{
|
||||||
|
Loading…
Reference in New Issue
Block a user