From: Casey Bodley Date: Mon, 29 Apr 2024 15:10:04 +0000 (-0400) Subject: * forward pipe continuation in RGWPutObj_Cksum::process() X-Git-Tag: v20.0.0~1598^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=32753abc3a92c353dca8d74d900a7f6fea6369d4;p=ceph.git * forward pipe continuation in RGWPutObj_Cksum::process() Signed-off-by: Matt Benjamin --- diff --git a/src/rgw/rgw_cksum_pipe.cc b/src/rgw/rgw_cksum_pipe.cc index ea0389486bb0..c11d821d7ec6 100644 --- a/src/rgw/rgw_cksum_pipe.cc +++ b/src/rgw/rgw_cksum_pipe.cc @@ -85,7 +85,7 @@ namespace rgw::putobj { _digest->Update(reinterpret_cast(ptr.c_str()), ptr.length()); } - return 0; + return Pipe::process(std::move(data), logical_offset); } } // namespace rgw::putobj