diff --git a/mozilla/modules/libjar/nsJAR.cpp b/mozilla/modules/libjar/nsJAR.cpp index 8eac0800c0e..f60ef9149b8 100644 --- a/mozilla/modules/libjar/nsJAR.cpp +++ b/mozilla/modules/libjar/nsJAR.cpp @@ -306,10 +306,7 @@ nsJAR::GetCertificatePrincipal(const char* aFilename, nsIPrincipal** aPrincipal) nsStringKey key(aFilename); nsJARManifestItem* manItem = (nsJARManifestItem*)mManifestData.Get(&key); if (!manItem) - { - ReportError(aFilename, nsIZipReader::NOT_SIGNED); return NS_OK; - } if (!manItem->step2Complete) { NS_ASSERTION(manItem->step2Complete,