]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r21877: Missed one line.
authorJeremy Allison <jra@samba.org>
Mon, 19 Mar 2007 21:03:30 +0000 (21:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:18:42 +0000 (12:18 -0500)
Jeremy.

source/modules/vfs_full_audit.c

index d6794c14ff94c86386aaa64f0b76e5751ba93cd9..62530fb09cedb1d204171f2e91901aa15b09fcd5 100644 (file)
@@ -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" },