mirror of
https://github.com/go-gitea/gitea
synced 2025-07-06 10:37:20 +00:00
update mssql drive to last working version 20180314172330-6a30f4e59a44 (#7306)
This commit is contained in:
committed by
Lunny Xiao
parent
aeb8f7aad8
commit
1e46eedce7
2
vendor/github.com/denisenkom/go-mssqldb/ntlm.go
generated
vendored
2
vendor/github.com/denisenkom/go-mssqldb/ntlm.go
generated
vendored
@ -59,7 +59,7 @@ type NTLMAuth struct {
|
||||
Workstation string
|
||||
}
|
||||
|
||||
func getAuth(user, password, service, workstation string) (Auth, bool) {
|
||||
func getAuth(user, password, service, workstation string) (auth, bool) {
|
||||
if !strings.ContainsRune(user, '\\') {
|
||||
return nil, false
|
||||
}
|
||||
|
Reference in New Issue
Block a user