r10239: Fix cut&paste error
authorVolker Lendecke <vlendec@samba.org>
Thu, 15 Sep 2005 11:02:03 +0000 (11:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:03:38 +0000 (11:03 -0500)
(This used to be commit e076453cf38b17cae07a1292713cd93d35890fbd)

source3/modules/vfs_full_audit.c

index d79e2e8f1ccbcf4b6373d827b9aae17e3939f255..175dda7a69e794254236c2587acd366c1988e1a4 100644 (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;
 }