Commit 88b62652 authored by Chad MILLER's avatar Chad MILLER

Merge update for bug 39178 fix.

parents 0ff8074f d9ca5c1c
......@@ -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();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment