From: Lars Müller Date: Fri, 4 Jul 2008 12:51:01 +0000 (+0200) Subject: Add SMB_VFS_OP_RECVFILE to get it in sync with vfs.h X-Git-Tag: samba-3.3.0pre1~677 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72b96b75a4a1b523540a24fb758b1965ad66009b;p=thirdparty%2Fsamba.git Add SMB_VFS_OP_RECVFILE to get it in sync with vfs.h Fix "vfs_full_audit.c: name table not in sync with vfs.h" panic reported by Franz Sirl. --- diff --git a/source/modules/vfs_full_audit.c b/source/modules/vfs_full_audit.c index 3cefbcda342..6aa47aff9b1 100644 --- a/source/modules/vfs_full_audit.c +++ b/source/modules/vfs_full_audit.c @@ -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" },