[PATCH] [patch] Already in cache means nothing more to do...

max at mtew.isa-geek.net max at mtew.isa-geek.net
Thu Jan 27 23:23:30 CST 2011


From: Max TenEyck Woodbury <max at mtew.isa-geek.net>

---
 dlls/wininet/urlcache.c |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/dlls/wininet/urlcache.c b/dlls/wininet/urlcache.c
index 2129f42..b7412d4 100644
--- a/dlls/wininet/urlcache.c
+++ b/dlls/wininet/urlcache.c
@@ -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;
         goto cleanup;
     }
 
-- 
1.7.3.4




More information about the wine-patches mailing list