From 48f6b4d6fc08fa0621734c1c677ef7ef92891754 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 25 Feb 2011 06:28:30 -0700 Subject: s3: Fix operation names in vfs_full_audit.c --- source3/modules/vfs_full_audit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') 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 } }; -- cgit