Skip to content

Commit 984a6aa

Browse files
authoredJul 20, 2020
Merge pull request #988 from lib/win-gss
fix windows kerberos build
2 parents 24222a3 + 36cd0f1 commit 984a6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎auth/kerberos/krb_windows.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
)
99

1010
// GSS implements the pq.GSS interface.
11-
type Gss struct {
11+
type GSS struct {
1212
creds *sspi.Credentials
1313
ctx *negotiate.ClientContext
1414
}

0 commit comments

Comments
 (0)
Please sign in to comment.