Merge pull request #14474 from Wilhelmshaven/fix_non-exist_string

rgw: avoid using null pointer in rgw_file.cc
This commit is contained in:
Matt Benjamin 2017-04-12 21:00:59 -04:00 committed by GitHub
commit 335cf9a23e

View File

@ -339,7 +339,7 @@ namespace rgw {
if (! rgw_fh) {
ldout(get_context(), 0) << __func__
<< " BUG no such src renaming path="
<< rgw_fh->full_object_name()
<< src_name
<< dendl;
goto out;
}