mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
fix typo in comment :)
This commit is contained in:
parent
6a917650e8
commit
26d2ea1488
1 changed files with 1 additions and 1 deletions
|
|
@ -414,7 +414,7 @@ get_substring_filter(
|
|||
goto return_error;
|
||||
}
|
||||
|
||||
/* valiate using equality matching rule validator! */
|
||||
/* validate using equality matching rule validator! */
|
||||
rc = value_validate( f->f_sub_desc->ad_type->sat_equality,
|
||||
&value, text );
|
||||
if( rc != LDAP_SUCCESS ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue