Merge update for bug 39178 fix.

This commit is contained in:
Chad MILLER 2008-11-20 09:58:30 -05:00
commit 91684ef0a0

View file

@ -265,7 +265,7 @@ int CertManager::Validate()
TaoCrypt::CertDecoder cert(source, true, &signers_, verifyNone_);
int err = cert.GetError().What();
if ( err && err != TaoCrypt::SIG_OTHER_E)
if ( err )
return err;
uint sz = cert.GetPublicKey().size();