s3: Fix operation names in vfs_full_audit.c
authorVolker Lendecke <vl@samba.org>
Fri, 25 Feb 2011 13:28:30 +0000 (06:28 -0700)
committerVolker Lendecke <vl@samba.org>
Wed, 2 Mar 2011 20:40:49 +0000 (21:40 +0100)
source3/modules/vfs_full_audit.c

index a81f3b58701bf1cac30a6469c1333f8c4438bc0c..3b94d96db4a8e731a2e7a2236bcf98eced579f0a 100644 (file)
@@ -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 }
 };