diff options
author | Volker Lendecke <vlendec@samba.org> | 2005-09-15 11:02:03 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:03:38 -0500 |
commit | e076453cf38b17cae07a1292713cd93d35890fbd (patch) | |
tree | bc44b6596f6e03fc0e12edc68f4647aa6d3eb212 /source/modules | |
parent | 67be4ee41cd244bcc0445cac7c9e1e2d40e93c9b (diff) | |
download | samba-e076453cf38b17cae07a1292713cd93d35890fbd.tar.gz samba-e076453cf38b17cae07a1292713cd93d35890fbd.tar.xz samba-e076453cf38b17cae07a1292713cd93d35890fbd.zip |
r10239: Fix cut&paste error
Diffstat (limited to 'source/modules')
-rw-r--r-- | source/modules/vfs_full_audit.c | 2 |
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; } |