From 0c0bea0b5865918bfa3abb45ef6b16e30e163559 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 15 Sep 2005 11:02:03 +0000 Subject: r10239: Fix cut&paste error (This used to be commit e076453cf38b17cae07a1292713cd93d35890fbd) --- source3/modules/vfs_full_audit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/modules/vfs_full_audit.c b/source3/modules/vfs_full_audit.c index d79e2e8f1c..175dda7a69 100644 --- a/source3/modules/vfs_full_audit.c +++ b/source3/modules/vfs_full_audit.c @@ -888,7 +888,7 @@ static long smb_full_audit_telldir(vfs_handle_struct *handle, connection_struct result = SMB_VFS_NEXT_TELLDIR(handle, conn, dirp); - do_log(SMB_VFS_OP_OPENDIR, True, handle, ""); + do_log(SMB_VFS_OP_TELLDIR, True, handle, ""); return result; } -- cgit