mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-21 07:09:34 -05:00
cleanup
This commit is contained in:
parent
3fb0648079
commit
93b72e36e8
2 changed files with 3 additions and 2 deletions
|
|
@ -547,8 +547,9 @@ ber_put_seqorset( BerElement *ber )
|
||||||
|
|
||||||
if ( (next = (*sos)->sos_next) == NULL ) {
|
if ( (next = (*sos)->sos_next) == NULL ) {
|
||||||
/* write the tag */
|
/* write the tag */
|
||||||
if ( (taglen = ber_put_tag( ber, (*sos)->sos_tag, 1 )) == -1 )
|
if ( (taglen = ber_put_tag( ber, (*sos)->sos_tag, 1 )) == -1 ) {
|
||||||
return( -1 );
|
return( -1 );
|
||||||
|
}
|
||||||
|
|
||||||
if ( ber->ber_options & LBER_USE_DER ) {
|
if ( ber->ber_options & LBER_USE_DER ) {
|
||||||
/* Write the length in the minimum # of octets */
|
/* Write the length in the minimum # of octets */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue