From: Volker Lendecke Date: Fri, 25 Feb 2011 13:28:30 +0000 (-0700) Subject: s3: Fix operation names in vfs_full_audit.c X-Git-Tag: tevent-0.9.11~167 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=48f6b4d6fc08fa0621734c1c677ef7ef92891754 s3: Fix operation names in vfs_full_audit.c --- diff --git a/source3/modules/vfs_full_audit.c b/source3/modules/vfs_full_audit.c index 0ff05f4b0f1..a9a4a0664e0 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 } };