Skip to content

Commit

Permalink
Fix const package
Browse files Browse the repository at this point in the history
  • Loading branch information
rkervella committed Nov 3, 2022
1 parent e9945d7 commit 5908033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion implant/sliver/priv/priv_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ func MakeToken(domain string, username string, password string, logonType uint32
var token windows.Token
// Default to LOGON32_LOGON_NEW_CREDENTIALS
if logonType == 0 {
logonType = windows.LOGON32_LOGON_NEW_CREDENTIALS
logonType = syscalls.LOGON32_LOGON_NEW_CREDENTIALS
}

pd, err := windows.UTF16PtrFromString(domain)
Expand Down

0 comments on commit 5908033

Please sign in to comment.