Add SMB_VFS_OP_RECVFILE to get it in sync with vfs.h
[abartlet/samba.git/.git] / source3 / modules / vfs_full_audit.c
index 3cefbcda34256f2d9344cc255cf338ed981dae96..6aa47aff9b1ea68e2dc9f88b40bc90fd582fcc63 100644 (file)
@@ -564,6 +564,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" },