mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix attributeCertificateValidate
This commit is contained in:
parent
e8d95fa072
commit
076c1d23cf
@ -389,7 +389,7 @@ attributeCertificateValidate( Syntax *syntax, struct berval *in )
|
||||
if ( tag != LBER_SEQUENCE ) return LDAP_INVALID_SYNTAX;
|
||||
ber_skip_data( ber, len );
|
||||
|
||||
ber_peek_tag( ber, &len );
|
||||
tag = ber_peek_tag( ber, &len );
|
||||
|
||||
if ( tag == LBER_BITSTRING ) { /* issuerUniqueID */
|
||||
tag = ber_skip_tag( ber, &len );
|
||||
|
Loading…
Reference in New Issue
Block a user