mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
vfs_ceph: Fix CID 1474440: Null pointer dereferences
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
a90d45979e
commit
a4235cdad2
@ -1408,7 +1408,7 @@ static NTSTATUS cephwrap_create_dfs_pathat(struct vfs_handle_struct *handle,
|
||||
out:
|
||||
|
||||
DBG_DEBUG("[CEPH] create_dfs_pathat(%s) = %s\n",
|
||||
full_fname->base_name,
|
||||
full_fname != NULL ? full_fname->base_name : "",
|
||||
nt_errstr(status));
|
||||
|
||||
TALLOC_FREE(frame);
|
||||
|
Loading…
Reference in New Issue
Block a user