summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2022-08-05 11:17:50 +0000
committerJeremy Allison <jra@samba.org>2022-08-06 01:43:50 +0000
commit5aaf38949aba3176f43719c4c0ec29ae1398f962 (patch)
treeefd538a43b6e5f4b89dc9c42489907f89a0b04ea /source3
parent0fdd7e16a1d2c68e3fa4262c8e7355b0889c5b66 (diff)
downloadsamba-5aaf38949aba3176f43719c4c0ec29ae1398f962.tar.gz
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>
Diffstat (limited to 'source3')
-rw-r--r--source3/modules/vfs_glusterfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_glusterfs.c b/source3/modules/vfs_glusterfs.c
index c06829a1799..23bcf83d31c 100644
--- a/source3/modules/vfs_glusterfs.c
+++ b/source3/modules/vfs_glusterfs.c
@@ -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;