mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
vfs_glusterfs: add missing END_PROFILE(syscall_openat) to vfs_gluster_openat()
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
0fdd7e16a1
commit
5aaf38949a
@ -781,6 +781,7 @@ static int vfs_gluster_openat(struct vfs_handle_struct *handle,
|
||||
dirfsp,
|
||||
smb_fname);
|
||||
if (name == NULL) {
|
||||
END_PROFILE(syscall_openat);
|
||||
return -1;
|
||||
}
|
||||
smb_fname = name;
|
||||
|
Loading…
x
Reference in New Issue
Block a user