1
0
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:
Stefan Metzmacher 2022-08-05 11:17:50 +00:00 committed by Jeremy Allison
parent 0fdd7e16a1
commit 5aaf38949a

View File

@ -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;