[chore]: Bump golang.org/x/net from 0.29.0 to 0.30.0 (#3402)

This commit is contained in:
dependabot[bot] 2024-10-07 12:02:26 +00:00 committed by GitHub
commit 33bd97a535
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
44 changed files with 679 additions and 252 deletions

View file

@ -510,8 +510,8 @@ userAuthLoop:
if err := s.transport.writePacket(Marshal(discMsg)); err != nil {
return nil, err
}
return nil, discMsg
authErrs = append(authErrs, discMsg)
return nil, &ServerAuthError{Errors: authErrs}
}
var userAuthReq userAuthRequestMsg