This commit is contained in:
jeff.dyer%compilercompany.com 2000-09-12 12:44:48 +00:00
Родитель 91e2ddf488
Коммит 3c7bf12fc8
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -852,7 +852,7 @@ nsJVMManager::IsAllPermissionGranted(
NS_WITH_SERVICE(nsIScriptSecurityManager, secMan,
NS_SCRIPTSECURITYMANAGER_PROGID, &rv)
if (NS_FAILED(rv) || !secMan) return FALSE;
if (NS_FAILED(rv) || !secMan) return PR_FALSE;
// Ask the Script Security Manager to make a Certificate Principal.
// The fingerprint is a one way hash of this certificate. It is used
@ -903,7 +903,7 @@ nsJVMManager::IsAppletTrusted(
NS_WITH_SERVICE(nsIScriptSecurityManager, secMan,
NS_SCRIPTSECURITYMANAGER_PROGID, &rv)
if (NS_FAILED(rv) || !secMan) return FALSE;
if (NS_FAILED(rv) || !secMan) return PR_FALSE;
// Ask the Script Security Manager to make a Certificate Principal.