mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
Merge pull request #14474 from Wilhelmshaven/fix_non-exist_string
rgw: avoid using null pointer in rgw_file.cc
This commit is contained in:
commit
335cf9a23e
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user