summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2020-04-10 13:27:18 -0700
committerKarolin Seeger <kseeger@samba.org>2020-04-17 08:55:08 +0000
commit5ecac7b6dd54a4ad89b147bce816f024221d4635 (patch)
tree0693f00d11727bd4eeadd4e0cd3bc0f867bd2749
parent8c537c8a40261c08742e76e6de9a1d08b6618ed3 (diff)
downloadsamba-5ecac7b6dd54a4ad89b147bce816f024221d4635.tar.gz
s3: VFS: full_audit. Add missing fcntl entry in vfs_op_names[] array.
Found by yannick@in2ip.nl. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14343 Signed-off-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> (cherry picked from commit 977d3c7bab3319725abc418839d581489fd9bbe9)
-rw-r--r--source3/modules/vfs_full_audit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_full_audit.c b/source3/modules/vfs_full_audit.c
index 5c8267dea9f..b0237cdacba 100644
--- a/source3/modules/vfs_full_audit.c
+++ b/source3/modules/vfs_full_audit.c
@@ -295,6 +295,7 @@ static struct {
{ SMB_VFS_OP_FALLOCATE,"fallocate" },
{ SMB_VFS_OP_LOCK, "lock" },
{ SMB_VFS_OP_KERNEL_FLOCK, "kernel_flock" },
+ { SMB_VFS_OP_FCNTL, "fcntl" },
{ SMB_VFS_OP_LINUX_SETLEASE, "linux_setlease" },
{ SMB_VFS_OP_GETLOCK, "getlock" },
{ SMB_VFS_OP_SYMLINKAT, "symlinkat" },