Merge branch 'master' into for-vgo
This commit is contained in:
commit
4ed67641c7
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1 @@
|
|||||||
<<<<<<< HEAD
|
|
||||||
pkg/
|
|
||||||
=======
|
|
||||||
pkg
|
pkg
|
||||||
>>>>>>> adding License information and go format
|
|
||||||
|
@ -62,7 +62,7 @@ func TestNtlmV1ExtendedSessionSecurity(t *testing.T) {
|
|||||||
context.SetServerChallenge(c.ServerChallenge)
|
context.SetServerChallenge(c.ServerChallenge)
|
||||||
err = context.ProcessAuthenticateMessage(msg)
|
err = context.ProcessAuthenticateMessage(msg)
|
||||||
if err == nil {
|
if err == nil {
|
||||||
t.Errorf("This message should have failed to authenticate, but it passed")
|
t.Error("This message should have failed to authenticate, but it passed")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user