]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: comparison between signed and unsigned integer expressions 21105/head
authorashitakasam <694240887@qq.com>
Thu, 29 Mar 2018 00:30:13 +0000 (08:30 +0800)
committerashitakasam <694240887@qq.com>
Thu, 29 Mar 2018 00:39:07 +0000 (08:39 +0800)
commit5507f29f9ab3b6756e542f64bf6035743f479aaf
tree1922da6372df171d142950025200d8be159752c8
parent0754b797e18ef35aec25d71fa203d0354d00343e
rgw: comparison between signed and unsigned integer expressions

Fixes: Change the data type of 'c' from int to size_t in
src/rgw/rgw_civetweb.cc RGWCivetWeb::read_data

Signed-off-by: ashitakasam <694240887@qq.com>
src/rgw/rgw_civetweb.cc