mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2024-11-08 16:33:59 +01:00
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
|
||||
}
|
||||
|
||||
if ifid == ifid2 {
|
||||
if *ifid == *ifid2 {
|
||||
// Remove the device.
|
||||
removeDeviceParams := setupapi.SP_REMOVEDEVICE_PARAMS{
|
||||
ClassInstallHeader: setupapi.SP_CLASSINSTALL_HEADER{
|
||||
|
Loading…
Reference in New Issue
Block a user