Merge pull request #1850 from yuanmomo/master

fix a crash problem
pull/1862/head
Kslr 5 years ago committed by GitHub
commit 197793dc49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -164,7 +164,6 @@ func (s *Server) handleConnection(ctx context.Context, conn internet.Connection,
To: "", To: "",
Status: log.AccessRejected, Status: log.AccessRejected,
Reason: err, Reason: err,
Email: request.User.Email,
}) })
return newError("failed to create request from: ", conn.RemoteAddr()).Base(err) return newError("failed to create request from: ", conn.RemoteAddr()).Base(err)
} }

Loading…
Cancel
Save