From 90658b21100b0031cc1c6c019ad2980714bb4de0 Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Mon, 27 Mar 2017 15:47:36 +0200 Subject: [PATCH] rgw: typo fix during rebase (squash) Signed-off-by: Abhishek Lekshmanan --- src/rgw/rgw_cr_rest.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rgw/rgw_cr_rest.h b/src/rgw/rgw_cr_rest.h index 760d3bbecc57b..b47d7da1553f8 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) { -- 2.39.5