diff options
author | Volker Lendecke <vl@samba.org> | 2011-02-25 06:28:30 -0700 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2011-03-02 18:39:21 +0100 |
commit | 48f6b4d6fc08fa0621734c1c677ef7ef92891754 (patch) | |
tree | 4ad1e6f573c25b2fa415658a4f4070a478f80bd3 | |
parent | dee53e04ba1b0da27aa94c84842edf00d8da901e (diff) | |
download | samba-48f6b4d6fc08fa0621734c1c677ef7ef92891754.tar.gz samba-48f6b4d6fc08fa0621734c1c677ef7ef92891754.tar.xz samba-48f6b4d6fc08fa0621734c1c677ef7ef92891754.zip |
s3: Fix operation names in vfs_full_audit.c
-rw-r--r-- | source3/modules/vfs_full_audit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/modules/vfs_full_audit.c b/source3/modules/vfs_full_audit.c index 0ff05f4b0f..a9a4a0664e 100644 --- a/source3/modules/vfs_full_audit.c +++ b/source3/modules/vfs_full_audit.c @@ -334,8 +334,8 @@ static struct { { SMB_VFS_OP_AIO_FSYNC, "aio_fsync" }, { SMB_VFS_OP_AIO_SUSPEND,"aio_suspend" }, { SMB_VFS_OP_AIO_FORCE, "aio_force" }, - { SMB_VFS_OP_IS_OFFLINE, "aio_is_offline" }, - { SMB_VFS_OP_SET_OFFLINE, "aio_set_offline" }, + { SMB_VFS_OP_IS_OFFLINE, "is_offline" }, + { SMB_VFS_OP_SET_OFFLINE, "set_offline" }, { SMB_VFS_OP_LAST, NULL } }; |