Fixed missing param to processor->complete().

Signed-off-by: Adam Kupczyk <akupczyk@mirantis.com>
This commit is contained in:
Adam Kupczyk 2016-09-30 13:54:54 +02:00
parent e67e85c954
commit d8ed3e8b8c

View File

@ -1066,7 +1066,7 @@ namespace rgw {
emplace_attr(RGW_ATTR_SLO_UINDICATOR, std::move(slo_userindicator_bl));
}
op_ret = processor->complete(etag, &mtime, real_time(), attrs, delete_at,
op_ret = processor->complete(s->obj_size, etag, &mtime, real_time(), attrs, delete_at,
if_match, if_nomatch);
if (! op_ret) {
/* update stats */