summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2007-03-19 21:03:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:42 -0500
commit184571e4b0283fb1a62c441f10429006656052c8 (patch)
tree097052a58f040ba15138c930f5db388ebaca7324
parent530ac29abf23e920baa549e7cec55199edd8bd74 (diff)
downloadsamba-184571e4b0283fb1a62c441f10429006656052c8.tar.gz
samba-184571e4b0283fb1a62c441f10429006656052c8.tar.xz
samba-184571e4b0283fb1a62c441f10429006656052c8.zip
r21877: Missed one line.
Jeremy.
-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 d6794c14ff9..62530fb09ce 100644
--- a/source/modules/vfs_full_audit.c
+++ b/source/modules/vfs_full_audit.c
@@ -573,6 +573,7 @@ static struct {
{ 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" },