From: Yehuda Sadeh Date: Wed, 27 Apr 2016 23:39:36 +0000 (-0700) Subject: rgw: drop a reference to http op X-Git-Tag: v11.0.0~611^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4442d1c19acfc28c2dd4a011365ebebe08750963;p=ceph.git rgw: drop a reference to http op Signed-off-by: Yehuda Sadeh --- diff --git a/src/rgw/rgw_cr_rest.h b/src/rgw/rgw_cr_rest.h index d9e917714187..d6cc8ab389b9 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; }