mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
Fix typos in last commit
This commit is contained in:
parent
629a0219f2
commit
2a9783bd5e
1 changed files with 4 additions and 4 deletions
|
|
@ -664,7 +664,7 @@ id2entry_retry:
|
|||
/* Send cookie */
|
||||
for ( a = e->e_attrs; a != NULL; a = a->a_next ) {
|
||||
AttributeDescription *desc = a->a_desc;
|
||||
if ( desc == slap_schema.si_ad_entryCSN ) ) {
|
||||
if ( desc == slap_schema.si_ad_entryCSN ) {
|
||||
ber_dupbv( &entrycsn_bv, &a->a_vals[0] );
|
||||
if ( latest_entrycsn_bv.bv_val == NULL ) {
|
||||
ber_dupbv( &latest_entrycsn_bv, &entrycsn_bv );
|
||||
|
|
@ -697,9 +697,9 @@ id2entry_retry:
|
|||
}
|
||||
|
||||
ber_printf( ber,
|
||||
"{bb{sON}N}" );
|
||||
SLAP_LCUP_STATE_UPDATE_FALSE );
|
||||
SLAP_LCUP_ENTRY_DELETED_FALSE );
|
||||
"{bb{sON}N}",
|
||||
SLAP_LCUP_STATE_UPDATE_FALSE,
|
||||
SLAP_LCUP_ENTRY_DELETED_FALSE,
|
||||
LCUP_COOKIE_OID, &entrycsn_bv );
|
||||
|
||||
ch_free( entrycsn_bv.bv_val );
|
||||
|
|
|
|||
Loading…
Reference in a new issue