summaryrefslogtreecommitdiffstats
path: root/source/modules
diff options
context:
space:
mode:
authorLars Müller <lars@samba.org>2008-07-04 14:51:01 +0200
committerKarolin Seeger <kseeger@samba.org>2008-07-06 22:31:25 +0200
commitf3aa7dd077b1a2a7e26aa32e02dbff9fbc218887 (patch)
treeb05c21c54d8a65fa0e5b42540abc7da119641ab7 /source/modules
parentf130de5441160b53a0dceb5d102fe2783b067048 (diff)
downloadsamba-f3aa7dd077b1a2a7e26aa32e02dbff9fbc218887.tar.gz
samba-f3aa7dd077b1a2a7e26aa32e02dbff9fbc218887.tar.xz
samba-f3aa7dd077b1a2a7e26aa32e02dbff9fbc218887.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. (cherry picked from commit 567c6def08d91716c687ed43de0938e1556f26e2)
Diffstat (limited to 'source/modules')
-rw-r--r--source/modules/vfs_full_audit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/modules/vfs_full_audit.c b/source/modules/vfs_full_audit.c
index db933f73f4a..4a66fb41e61 100644
--- a/source/modules/vfs_full_audit.c
+++ b/source/modules/vfs_full_audit.c
@@ -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" },