summaryrefslogtreecommitdiff
path: root/source3/modules
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
commit7c09cfd0806d24e89f4dc9714a9efe09758e6f12 (patch)
tree9c99708127808be376898fabbdaf9a7a8aaf9fba /source3/modules
parentc48b610b516b72edd6232235a6f83d388f5a0552 (diff)
downloadsamba-7c09cfd0806d24e89f4dc9714a9efe09758e6f12.tar.gz
samba-7c09cfd0806d24e89f4dc9714a9efe09758e6f12.tar.bz2
samba-7c09cfd0806d24e89f4dc9714a9efe09758e6f12.zip
r21877: Missed one line.
Jeremy. (This used to be commit 184571e4b0283fb1a62c441f10429006656052c8)
Diffstat (limited to 'source3/modules')
-rw-r--r--source3/modules/vfs_full_audit.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_full_audit.c b/source3/modules/vfs_full_audit.c
index d6794c14ff..62530fb09c 100644
--- a/source3/modules/vfs_full_audit.c
+++ b/source3/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" },