Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rgw: fix wrong check for parse() return #6797

Merged
merged 2 commits into from Jan 15, 2016

Conversation

mathslinux
Copy link
Contributor

The type of return value from JSONParser::parse() is bool, it never returns
a negative value.

Signed-off-by: Dunrong Huang dunrong.huang@eayun.com

The type of return value from JSONParser::parse() is bool, it never returns
a negative value.

Signed-off-by: Dunrong Huang <dunrong.huang@eayun.com>
@mathslinux
Copy link
Contributor Author

hi, @tchaikov thank you for your review, have sent the updated patch

The type of return value from uuid_d::parse() is bool, it never returns
a negative value.

Signed-off-by: Dunrong Huang <dunrong.huang@eayun.com>
@tchaikov
Copy link
Contributor

@mathslinux this failure is not relevant and is being addressed by #6927.

@tchaikov
Copy link
Contributor

lgtm

liewegas added a commit that referenced this pull request Jan 15, 2016
rgw: fix wrong check for parse() return

Reviewed-by: Kefu Chai <kchai@redhat.com>
@liewegas liewegas merged commit 2f9f91b into ceph:master Jan 15, 2016
@ghost ghost changed the title fix wrong checking for parse() return rgw: fix wrong check for parse() return Feb 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants