mod: bump versions
This commit is contained in:
parent
01f8ef4e84
commit
cb8d01f58a
9 changed files with 16 additions and 16 deletions
|
|
@ -37,7 +37,7 @@ func initializeNamespace() error {
|
|||
}
|
||||
wintunObjectSecurityAttributes = &windows.SecurityAttributes{
|
||||
Length: uint32(unsafe.Sizeof(windows.SecurityAttributes{})),
|
||||
SecurityDescriptor: uintptr(unsafe.Pointer(sd)),
|
||||
SecurityDescriptor: sd,
|
||||
}
|
||||
sid, err := windows.CreateWellKnownSid(windows.WinLocalSystemSid)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue