The branch, v3-2-test has been updated
       via  567c6def08d91716c687ed43de0938e1556f26e2 (commit)
      from  93e91e5364a7f131d988648cf5fe822a9bd68734 (commit)

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


- Log -----------------------------------------------------------------
commit 567c6def08d91716c687ed43de0938e1556f26e2
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 db933f7..4a66fb4 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" },


-- 
Samba Shared Repository

Reply via email to