Add SMB_VFS_OP_RECVFILE to get it in sync with vfs.h
authorLars Müller <lars@samba.org>
Fri, 4 Jul 2008 12:51:01 +0000 (14:51 +0200)
committerLars Müller <lars@samba.org>
Fri, 4 Jul 2008 13:45:02 +0000 (15:45 +0200)
Fix "vfs_full_audit.c: name table not in sync with vfs.h" panic reported
by Franz Sirl.

source/modules/vfs_full_audit.c

index db933f73f4ab41211e1af74bc9232f7588c0476a..4a66fb41e611dfdd3c93b842dbbe50639701a8d0 100644 (file)
@@ -571,6 +571,7 @@ static struct {
        { SMB_VFS_OP_PWRITE,    "pwrite" },
        { SMB_VFS_OP_LSEEK,     "lseek" },
        { SMB_VFS_OP_SENDFILE,  "sendfile" },
+       { SMB_VFS_OP_RECVFILE,  "recvfile" },
        { SMB_VFS_OP_RENAME,    "rename" },
        { SMB_VFS_OP_FSYNC,     "fsync" },
        { SMB_VFS_OP_STAT,      "stat" },