From 0fb48546a9fe6eb497833a6566353229e0923d3f Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Wed, 27 Apr 2016 16:39:36 -0700 Subject: [PATCH] rgw: drop a reference to http op Signed-off-by: Yehuda Sadeh (cherry picked from commit 4442d1c19acfc28c2dd4a011365ebebe08750963) --- 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 147784f0f1012..d496891f056b4 100644 --- a/src/rgw/rgw_cr_rest.h +++ b/src/rgw/rgw_cr_rest.h @@ -119,6 +119,7 @@ public: op->put(); return ret; } + op->put(); return 0; } -- 2.39.5