Skip to content

Commit

Permalink
GODRIVER-3299 [v1] Address gssapi build failure (#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Aug 8, 2024
1 parent 4786941 commit cd278f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/mongo/driver/auth/internal/gssapi/sspi.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func (sc *SaslClient) Start() (string, []byte, error) {
return mechName, nil, sc.getError("unable to initialize client")
}

payload, err := sc.Next(nil)
payload, err := sc.Next(nil, nil)

return mechName, payload, err
}
Expand Down

0 comments on commit cd278f0

Please sign in to comment.