Skip to content

Commit

Permalink
rgwlc: fix segfault resharding during lc
Browse files Browse the repository at this point in the history
  • Loading branch information
mkogan1 committed Mar 15, 2022
1 parent 9daaf68 commit 7d2e72a
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 @@ -477,7 +477,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 7d2e72a

Please sign in to comment.