mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Merge update for bug 39178 fix.
This commit is contained in:
commit
91684ef0a0
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue