Fix attributeCertificateValidate

This commit is contained in:
Howard Chu 2009-08-01 01:11:15 +00:00
parent e8d95fa072
commit 076c1d23cf

View File

@ -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 );