Skip to content

Commit

Permalink
Add SMB_VFS_OP_RECVFILE to get it in sync with vfs.h
Browse files Browse the repository at this point in the history
Fix "vfs_full_audit.c: name table not in sync with vfs.h" panic reported
by Franz Sirl.
(This used to be commit 72b96b7)
  • Loading branch information
lmuelle committed Jul 4, 2008
1 parent 5515c0e commit 878766c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source3/modules/vfs_full_audit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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" },
Expand Down

0 comments on commit 878766c

Please sign in to comment.