cryptnet: Let DeleteUrlCacheEntryW remove the cache file.
authorJuan Lang <juan.lang@gmail.com>
Thu, 3 Mar 2011 20:24:06 +0000 (12:24 -0800)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 10 Mar 2011 14:17:32 +0000 (15:17 +0100)
dlls/cryptnet/cryptnet_main.c

index 26e8fe7d24722248a751be99d621c4f1b7000b44..204590fb3b522869b53467c2855ca590ef6f147e 100644 (file)
@@ -748,7 +748,6 @@ static void CRYPT_CacheURL(LPCWSTR pszURL, const CRYPT_BLOB_ARRAY *pObject,
             {
                 create = TRUE;
                 DeleteUrlCacheEntryW(pszURL);
-                DeleteFileW(cacheFileName);
             }
             CryptMemFree(info);
         }