shouldn't connect to the internet anymore for verification

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@3318 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2010-07-10 01:44:56 +00:00
parent ab9220a637
commit ecee3f1144
+2
View File
@@ -380,6 +380,8 @@ VERIFY_RESULT PhpVerifyFileFromCatalog(
if (WindowsVersion >= WINDOWS_VISTA)
trustData.dwProvFlags |= WTD_CACHE_ONLY_URL_RETRIEVAL;
else
trustData.dwProvFlags |= WTD_REVOCATION_CHECK_NONE;
status = WinVerifyTrust_I(NULL, &driverActionVerify, &trustData);