Skip to content

Commit

Permalink
Merge pull request #30 from Catbuttes/master
Browse files Browse the repository at this point in the history
Set workstation to empty string in authenticate_message.go
  • Loading branch information
paulmey authored Dec 9, 2021
2 parents 6637195 + 5e29b88 commit 819c794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authenticate_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func (m authenicateMessage) MarshalBinary() ([]byte, error) {
}

target, user := toUnicode(m.TargetName), toUnicode(m.UserName)
workstation := toUnicode("go-ntlmssp")
workstation := toUnicode("")

ptr := binary.Size(&authenticateMessageFields{})
f := authenticateMessageFields{
Expand Down

0 comments on commit 819c794

Please sign in to comment.