The branch, v3-3-test has been updated
       via  72b96b75a4a1b523540a24fb758b1965ad66009b (commit)
      from  448836d44d0468a74b962ba3c0b7d51de236374f (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-3-test


- Log -----------------------------------------------------------------
commit 72b96b75a4a1b523540a24fb758b1965ad66009b
Author: Lars Müller <[EMAIL PROTECTED]>
Date:   Fri Jul 4 14:51:01 2008 +0200

    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.

-----------------------------------------------------------------------

Summary of changes:
 source/modules/vfs_full_audit.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/modules/vfs_full_audit.c b/source/modules/vfs_full_audit.c
index 3cefbcd..6aa47af 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" },


-- 
Samba Shared Repository

Reply via email to