mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
Fix attributeCertificateValidate
This commit is contained in:
parent
e8d95fa072
commit
076c1d23cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue