s3: VFS: full_audit. Add missing fcntl entry in vfs_op_names[] array.
authorJeremy Allison <jra@samba.org>
Fri, 10 Apr 2020 20:27:18 +0000 (13:27 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 14 Apr 2020 16:22:28 +0000 (16:22 +0000)
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>
source3/modules/vfs_full_audit.c

index 1ea58a0ffab0bed0e991228de9e530224c75573a..f8eef6eb1df0fbe22dbb8eb40358eea0103144cb 100644 (file)
@@ -293,6 +293,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" },