diff options
author | Lars Müller <lars@samba.org> | 2008-07-04 14:51:01 +0200 |
---|---|---|
committer | Lars Müller <lars@samba.org> | 2008-07-04 14:51:01 +0200 |
commit | 878766c6a8677d174ee20d4d6b4ed87d903b4779 (patch) | |
tree | ecc27b5202db9aba5061ec2ce10f0833d6e7d8c9 /source3 | |
parent | 5515c0e81c064863c7c56d12b4ae82b8f3455f34 (diff) | |
download | samba-878766c6a8677d174ee20d4d6b4ed87d903b4779.tar.gz samba-878766c6a8677d174ee20d4d6b4ed87d903b4779.tar.bz2 samba-878766c6a8677d174ee20d4d6b4ed87d903b4779.zip |
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.
(This used to be commit 72b96b75a4a1b523540a24fb758b1965ad66009b)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/modules/vfs_full_audit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_full_audit.c b/source3/modules/vfs_full_audit.c index 3cefbcda34..6aa47aff9b 100644 --- a/source3/modules/vfs_full_audit.c +++ b/source3/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" }, |