Skip to content

Commit

Permalink
rgw: handle errors properly during GET on Swift's DLO.
Browse files Browse the repository at this point in the history
Backport: Jewel, Hammer
Fixes: http://tracker.ceph.com/issues/15812
Signed-off-by: Radoslaw Zarzynski <rzarzynski@mirantis.com>
  • Loading branch information
rzarzynski committed May 10, 2016
1 parent 7fcb52d commit 5ef0202
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rgw/rgw_op.cc
Expand Up @@ -1225,6 +1225,7 @@ void RGWGetObj::execute()
if (op_ret < 0) {
ldout(s->cct, 0) << "ERROR: failed to handle user manifest ret="
<< op_ret << dendl;
goto done_err;
}
return;
}
Expand Down

0 comments on commit 5ef0202

Please sign in to comment.