Skip to content

Commit

Permalink
Merge pull request ceph#45391 from mkogan1/wip-fix-lc-alloc
Browse files Browse the repository at this point in the history
rgwlc: fix segfault during lc

Reviewed-by: Matt Benjamin <[email protected]>
Reviewed-by: Casey Bodley <[email protected]>
  • Loading branch information
cbodley authored Mar 17, 2022
2 parents 688e463 + 7d2e72a commit 228b7f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_lc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ class LCObjsLister {
if (ret < 0) {
ldpp_dout(dpp, 0) << "ERROR: list_op returned ret=" << ret
<< dendl;
return ret;
return false;
}
}
delay();
Expand Down

0 comments on commit 228b7f6

Please sign in to comment.