forked from forgejo/forgejo
update mssql drive to last working version 20180314172330-6a30f4e59a44 (#7306)
This commit is contained in:
parent
aeb8f7aad8
commit
1e46eedce7
46 changed files with 3158 additions and 491 deletions
2
vendor/github.com/denisenkom/go-mssqldb/sspi_windows.go
generated
vendored
2
vendor/github.com/denisenkom/go-mssqldb/sspi_windows.go
generated
vendored
|
@ -113,7 +113,7 @@ type SSPIAuth struct {
|
|||
ctxt SecHandle
|
||||
}
|
||||
|
||||
func getAuth(user, password, service, workstation string) (Auth, bool) {
|
||||
func getAuth(user, password, service, workstation string) (auth, bool) {
|
||||
if user == "" {
|
||||
return &SSPIAuth{Service: service}, true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue