Author: jra
Date: 2007-03-19 21:03:30 +0000 (Mon, 19 Mar 2007)
New Revision: 21877

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=21877

Log:
Missed one line.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/modules/vfs_full_audit.c
   branches/SAMBA_3_0_25/source/modules/vfs_full_audit.c


Changeset:
Modified: branches/SAMBA_3_0/source/modules/vfs_full_audit.c
===================================================================
--- branches/SAMBA_3_0/source/modules/vfs_full_audit.c  2007-03-19 20:39:58 UTC 
(rev 21876)
+++ branches/SAMBA_3_0/source/modules/vfs_full_audit.c  2007-03-19 21:03:30 UTC 
(rev 21877)
@@ -573,6 +573,7 @@
        { SMB_VFS_OP_LINK,      "link" },
        { SMB_VFS_OP_MKNOD,     "mknod" },
        { SMB_VFS_OP_REALPATH,  "realpath" },
+       { SMB_VFS_OP_NOTIFY_WATCH, "notify_watch" },
        { SMB_VFS_OP_CHFLAGS,   "chflags" },
        { SMB_VFS_OP_FGET_NT_ACL,       "fget_nt_acl" },
        { SMB_VFS_OP_GET_NT_ACL,        "get_nt_acl" },

Modified: branches/SAMBA_3_0_25/source/modules/vfs_full_audit.c
===================================================================
--- branches/SAMBA_3_0_25/source/modules/vfs_full_audit.c       2007-03-19 
20:39:58 UTC (rev 21876)
+++ branches/SAMBA_3_0_25/source/modules/vfs_full_audit.c       2007-03-19 
21:03:30 UTC (rev 21877)
@@ -573,6 +573,7 @@
        { SMB_VFS_OP_LINK,      "link" },
        { SMB_VFS_OP_MKNOD,     "mknod" },
        { SMB_VFS_OP_REALPATH,  "realpath" },
+       { SMB_VFS_OP_NOTIFY_WATCH, "notify_watch" },
        { SMB_VFS_OP_CHFLAGS,   "chflags" },
        { SMB_VFS_OP_FGET_NT_ACL,       "fget_nt_acl" },
        { SMB_VFS_OP_GET_NT_ACL,        "get_nt_acl" },

Reply via email to