Skip to content

Commit

Permalink
Merge pull request #988 from lib/win-gss
Browse files Browse the repository at this point in the history
fix windows kerberos build
  • Loading branch information
maddyblue committed Jul 20, 2020
2 parents 24222a3 + 36cd0f1 commit 984a6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/kerberos/krb_windows.go
Expand Up @@ -8,7 +8,7 @@ import (
)

// GSS implements the pq.GSS interface.
type Gss struct {
type GSS struct {
creds *sspi.Credentials
ctx *negotiate.ClientContext
}
Expand Down

0 comments on commit 984a6aa

Please sign in to comment.