max@mtew.isa-geek.net writes:
@@ -2519,11 +2519,7 @@ static BOOL CommitUrlCacheEntryInternal(
if (URLCache_FindHash(pHeader, lpszUrlNameA, &pHashEntry)) {
FIXME("entry already in cache - don't know what to do!\n");
-/*
SetLastError(ERROR_FILE_NOT_FOUND);
return FALSE;
- */
error = ERROR_SUCCESS;
The entry is not necessarily the same even if the hash matches.