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 ) {
|
||||
/* 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 );
|
||||
}
|
||||
|
||||
if ( ber->ber_options & LBER_USE_DER ) {
|
||||
/* Write the length in the minimum # of octets */
|
||||
|
|
|
|||
|
|
@ -221,7 +221,7 @@ ber_sockbuf_remove_io( Sockbuf *sb, Sockbuf_IO *sbio, int layer )
|
|||
}
|
||||
*q = p->sbiod_next;
|
||||
LBER_FREE( p );
|
||||
break;
|
||||
break;
|
||||
}
|
||||
q = &p->sbiod_next;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue