]> 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 21:36:40 +0000 (14:36 -0700)
was missing destructor, constructor was broken

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/rgw/rgw_data_sync.cc

index 8a483ff77c4f3c88e25998486703fadac91d3b00..c1af6c896483a9f1dd6bd23978d02907ae36d7c1 100644 (file)
@@ -170,6 +170,8 @@ public:
                                                       pmarker(_pmarker),
                                                       entries(_entries),
                                                       truncated(_truncated) {
+  }
+  ~RGWReadRemoteDataLogShardCR() {
     if (http_op) {
       http_op->put();
     }