mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 23:59:34 -05:00
typos in comments (very pedantic...)
This commit is contained in:
parent
0fa9578f48
commit
aecf0f4164
2 changed files with 2 additions and 2 deletions
|
|
@ -1804,7 +1804,7 @@ syncprov_search_response( Operation *op, SlapReply *rs )
|
|||
a = attr_find( rs->sr_operational_attrs, slap_schema.si_ad_entryCSN );
|
||||
}
|
||||
if ( a ) {
|
||||
/* Make sure entry is less than the snaphot'd contextCSN */
|
||||
/* Make sure entry is less than the snapshot'd contextCSN */
|
||||
if ( ber_bvcmp( &a->a_nvals[0], &ss->ss_ctxcsn ) > 0 )
|
||||
return LDAP_SUCCESS;
|
||||
|
||||
|
|
|
|||
|
|
@ -704,7 +704,7 @@ slap_send_search_entry( Operation *op, SlapReply *rs )
|
|||
/* NOTE: moved before overlays callback circling because
|
||||
* they may modify entry and other stuff in rs */
|
||||
/* check for special all operational attributes ("+") type */
|
||||
/* FIXME: maybe we could se this flag at the operation level;
|
||||
/* FIXME: maybe we could set this flag at the operation level;
|
||||
* however, in principle the caller of send_search_entry() may
|
||||
* change the attribute list at each call */
|
||||
rs->sr_attr_flags = slap_attr_flags( rs->sr_attrs );
|
||||
|
|
|
|||
Loading…
Reference in a new issue