From: Jeremy Allison Date: Mon, 19 Mar 2007 21:03:30 +0000 (+0000) Subject: r21877: Missed one line. X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~915 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=184571e4b0283fb1a62c441f10429006656052c8;p=thirdparty%2Fsamba.git r21877: Missed one line. Jeremy. --- 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" },