summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-09-15 11:02:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:03:38 -0500
commit0c0bea0b5865918bfa3abb45ef6b16e30e163559 (patch)
treeb004a3e62faf4b7d89aafa8919abe59c09af8426
parent418e92d06da0638d92c48ffd310a409c89e2fa48 (diff)
downloadsamba-0c0bea0b5865918bfa3abb45ef6b16e30e163559.tar.gz
samba-0c0bea0b5865918bfa3abb45ef6b16e30e163559.tar.bz2
samba-0c0bea0b5865918bfa3abb45ef6b16e30e163559.zip
r10239: Fix cut&paste error
(This used to be commit e076453cf38b17cae07a1292713cd93d35890fbd)
-rw-r--r--source3/modules/vfs_full_audit.c2
1 files changed, 1 insertions, 1 deletions
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;
}