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 <vlendec@samba.org>
Wed, 2 Mar 2011 17:39:21 +0000 (18:39 +0100)
source3/modules/vfs_full_audit.c

index 0ff05f4b0f11b4d5576b503050b0566e112ca222..a9a4a0664e001ff64924e59b1131d0aadee10779 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 }
 };