fix a crash problem of fetching user from a nil request which returned by shadowsocks failed to read IV

pull/1850/head
aaaaa 2019-08-19 18:03:35 +08:00
parent adc9073d3d
commit 5ab4f5ab9a
1 changed files with 0 additions and 1 deletions

View File

@ -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)
} }