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 | 0c0bea0b5865918bfa3abb45ef6b16e30e163559 (patch) | |
| tree | b004a3e62faf4b7d89aafa8919abe59c09af8426 /source3/modules | |
| parent | 418e92d06da0638d92c48ffd310a409c89e2fa48 (diff) | |
r10239: Fix cut&paste error
(This used to be commit e076453cf38b17cae07a1292713cd93d35890fbd)
Diffstat (limited to 'source3/modules')
| -rw-r--r-- | source3/modules/vfs_full_audit.c | 2 |
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; } |
