mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-16 09:09:07 -05:00
typo in comment
This commit is contained in:
parent
74f224583b
commit
b72657acf0
1 changed files with 1 additions and 1 deletions
|
|
@ -1035,7 +1035,7 @@ slap_send_search_entry( Operation *op, SlapReply *rs )
|
|||
}
|
||||
|
||||
/* eventually will loop through generated operational attributes */
|
||||
/* only have subschemaSubentry and numSubordinates are implemented */
|
||||
/* only subschemaSubentry and numSubordinates are implemented */
|
||||
aa = backend_operational( op, rs, opattrs );
|
||||
|
||||
if ( aa != NULL && op->o_vrFilter != NULL ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue