1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

r10239: Fix cut&paste error

This commit is contained in:
Volker Lendecke 2005-09-15 11:02:03 +00:00 committed by Gerald (Jerry) Carter
parent 67be4ee41c
commit e076453cf3

View File

@ -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;
}