From 32753abc3a92c353dca8d74d900a7f6fea6369d4 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 29 Apr 2024 11:10:04 -0400 Subject: [PATCH] * forward pipe continuation in RGWPutObj_Cksum::process() Signed-off-by: Matt Benjamin --- src/rgw/rgw_cksum_pipe.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_cksum_pipe.cc b/src/rgw/rgw_cksum_pipe.cc index ea0389486bb..c11d821d7ec 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 -- 2.39.5