mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 16:19:35 -05:00
Fix typo
This commit is contained in:
parent
3d89f398a9
commit
d9c93faac8
1 changed files with 1 additions and 1 deletions
|
|
@ -281,7 +281,7 @@ get_filter(
|
|||
#else
|
||||
Debug( LDAP_DEBUG_FILTER, "OR\n", 0, 0, 0 );
|
||||
#endif
|
||||
err = get_filter_list( conn, ber, &f->f_and, &ftmp, text );
|
||||
err = get_filter_list( conn, ber, &f->f_or, &ftmp, text );
|
||||
if ( err != LDAP_SUCCESS ) {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue