diff options
author | Volker Lendecke <vl@samba.org> | 2009-01-05 13:08:07 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-01-05 13:09:32 +0100 |
commit | 6d4fd789f65ea770a33abfcba42665cf6a0efb10 (patch) | |
tree | 51ab56333dc80e4ce181e2a2087271368248cbc0 /source3/modules | |
parent | 34d0cb4f1707d8a16ca95c6db7ead79bae3e280c (diff) | |
download | samba-6d4fd789f65ea770a33abfcba42665cf6a0efb10.tar.gz samba-6d4fd789f65ea770a33abfcba42665cf6a0efb10.tar.bz2 samba-6d4fd789f65ea770a33abfcba42665cf6a0efb10.zip |
Add create_file to vfs_op_names
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_full_audit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/modules/vfs_full_audit.c b/source3/modules/vfs_full_audit.c index 3615c3978b..e4bda09130 100644 --- a/source3/modules/vfs_full_audit.c +++ b/source3/modules/vfs_full_audit.c @@ -583,6 +583,7 @@ static struct { { SMB_VFS_OP_RMDIR, "rmdir" }, { SMB_VFS_OP_CLOSEDIR, "closedir" }, { SMB_VFS_OP_OPEN, "open" }, + { SMB_VFS_OP_CREATE_FILE, "create_file" }, { SMB_VFS_OP_CLOSE, "close" }, { SMB_VFS_OP_READ, "read" }, { SMB_VFS_OP_PREAD, "pread" }, |