Skip to content

Commit

Permalink
Remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden committed Sep 27, 2021
1 parent e5091b5 commit 013102d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/conn.go
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,6 @@ func (cc *clientConn) readOptionalSSLRequestAndHandshakeResponse(ctx context.Con

func (cc *clientConn) handleAuthPlugin(ctx context.Context, resp *handshakeResponse41) error {
if resp.Capability&mysql.ClientPluginAuth > 0 {

newAuth, err := cc.checkAuthPlugin(ctx, &resp.AuthPlugin)
if err != nil {
logutil.Logger(ctx).Warn("failed to check the user authplugin", zap.Error(err))
Expand Down

0 comments on commit 013102d

Please sign in to comment.