Skip to content

Commit 36cd0f1

Browse files
committed
fix windows kerberos build
1 parent 24222a3 commit 36cd0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth/kerberos/krb_windows.go

Lines changed: 1 addition & 1 deletion
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)