]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
librgw: set RGWGetObj::get_data = true, for great justice
authorMatt Benjamin <mbenjamin@redhat.com>
Thu, 29 Oct 2015 16:36:19 +0000 (12:36 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Fri, 12 Feb 2016 17:05:24 +0000 (12:05 -0500)
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
src/rgw/rgw_file.h

index 9f171e2e56f27ddd5b0ceaf7fa4a1f7007ed9e83..f2b5f53270778ae2a283eaf4139e016b599e1b9b 100644 (file)
@@ -463,6 +463,7 @@ public:
 
     /* fixup RGWGetObj (already know range parameters) */
     RGWGetObj::range_parsed = true;
+    RGWGetObj::get_data = true; // XXX
     RGWGetObj::partial_content = true;
     RGWGetObj::ofs = off;
     RGWGetObj::end = off + len;