Juan Lang : cryptnet: Let DeleteUrlCacheEntryW remove the cache file.

Alexandre Julliard julliard at winehq.org
Thu Mar 10 11:30:26 CST 2011


Module: wine
Branch: master
Commit: 648b91a9f3cbcbb9594c4e5eb25baf198c95f40f
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=648b91a9f3cbcbb9594c4e5eb25baf198c95f40f

Author: Juan Lang <juan.lang at gmail.com>
Date:   Thu Mar  3 12:24:06 2011 -0800

cryptnet: Let DeleteUrlCacheEntryW remove the cache file.

---

 dlls/cryptnet/cryptnet_main.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/cryptnet/cryptnet_main.c b/dlls/cryptnet/cryptnet_main.c
index 26e8fe7..204590f 100644
--- a/dlls/cryptnet/cryptnet_main.c
+++ b/dlls/cryptnet/cryptnet_main.c
@@ -748,7 +748,6 @@ static void CRYPT_CacheURL(LPCWSTR pszURL, const CRYPT_BLOB_ARRAY *pObject,
             {
                 create = TRUE;
                 DeleteUrlCacheEntryW(pszURL);
-                DeleteFileW(cacheFileName);
             }
             CryptMemFree(info);
         }




More information about the wine-cvs mailing list