Skip to content

Commit

Permalink
Merge pull request #13988 from guihecheng/rgw_file-fix-rename
Browse files Browse the repository at this point in the history
rgw_file: fix double unref on rgw_fh for rename
  • Loading branch information
mattbenjamin committed Mar 20, 2017
2 parents 8262fd5 + bff2287 commit 2beb4ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rgw/rgw_file.cc
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ namespace rgw {
<< dendl;
}
}
break;
goto out;
default:
abort();
} /* switch */
Expand Down

0 comments on commit 2beb4ee

Please sign in to comment.