]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: RGWReadRemoteDataLogShardCR fix destructor
authorYehuda Sadeh <yehuda@redhat.com>
Tue, 3 May 2016 16:59:47 +0000 (09:59 -0700)
committerYehuda Sadeh <yehuda@redhat.com>
Mon, 9 May 2016 23:02:47 +0000 (16:02 -0700)
was missing destructor, constructor was broken

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
(cherry picked from commit 95162a4c1bf61f7329e363b7efd5686f7e1025f0)

src/rgw/rgw_data_sync.cc

index 1ba904f05c616e42e34552c84673558c08fb5eec..0d76ad1e2501eaa0acd86960a4cae2676c976475 100644 (file)
@@ -173,6 +173,8 @@ public:
                                                       pmarker(_pmarker),
                                                       entries(_entries),
                                                       truncated(_truncated) {
+  }
+  ~RGWReadRemoteDataLogShardCR() {
     if (http_op) {
       http_op->put();
     }