summaryrefslogtreecommitdiffstats
path: root/source/modules
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-09-15 11:02:03 +0000
committerVolker Lendecke <vlendec@samba.org>2005-09-15 11:02:03 +0000
commitab7a3d24e399d6c8f4008c0d2b3f83d3e8296c81 (patch)
treebc44b6596f6e03fc0e12edc68f4647aa6d3eb212 /source/modules
parent1f8d1e397e78f84a708889013f1aee52d8baaea5 (diff)
downloadsamba-ab7a3d24e399d6c8f4008c0d2b3f83d3e8296c81.tar.gz
samba-ab7a3d24e399d6c8f4008c0d2b3f83d3e8296c81.tar.xz
samba-ab7a3d24e399d6c8f4008c0d2b3f83d3e8296c81.zip
r10239: Fix cut&paste error
Diffstat (limited to 'source/modules')
-rw-r--r--source/modules/vfs_full_audit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/modules/vfs_full_audit.c b/source/modules/vfs_full_audit.c
index d79e2e8f1cc..175dda7a69e 100644
--- a/source/modules/vfs_full_audit.c
+++ b/source/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;
}