Skip to content

Commit

Permalink
fix windows kerberos build
Browse files Browse the repository at this point in the history
  • Loading branch information
maddyblue committed Jul 20, 2020
1 parent 24222a3 commit 36cd0f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/kerberos/krb_windows.go
Original file line number Diff line number Diff line change
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 36cd0f1

Please sign in to comment.