diff options
author | Abhishek Lekshmanan <abhishek@suse.com> | 2017-03-27 15:47:36 +0200 |
---|---|---|
committer | Yehuda Sadeh <yehuda@redhat.com> | 2018-04-10 17:03:11 +0200 |
commit | 90658b21100b0031cc1c6c019ad2980714bb4de0 (patch) | |
tree | f95c7998869b0303fc421c6eda9ccd645ea8a541 /src/rgw/rgw_cr_rest.h | |
parent | rgw_rest_client: clarify comment on set content length (diff) | |
download | ceph-90658b21100b0031cc1c6c019ad2980714bb4de0.tar.xz ceph-90658b21100b0031cc1c6c019ad2980714bb4de0.zip |
rgw: typo fix during rebase (squash)
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
Diffstat (limited to 'src/rgw/rgw_cr_rest.h')
-rw-r--r-- | src/rgw/rgw_cr_rest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/rgw_cr_rest.h b/src/rgw/rgw_cr_rest.h index 760d3bbecc5..b47d7da1553 100644 --- a/src/rgw/rgw_cr_rest.h +++ b/src/rgw/rgw_cr_rest.h @@ -72,6 +72,7 @@ class RGWReadRawRESTResourceCR : public RGWSimpleCoroutine{ } op->put(); return 0; + } void request_cleanup() override { if (http_op) { |