mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-12 10:54:48 +08:00
LDAPworld P5: SLAPD Negation of Non-Indexed Search
This commit is contained in:
parent
fbdb748a7d
commit
835d3ef9bd
@ -726,12 +726,9 @@ idl_notin(
|
||||
if ( a == NULL ) {
|
||||
return( NULL );
|
||||
}
|
||||
if ( b == NULL ) {
|
||||
if ( b == NULL || ALLIDS( b )) {
|
||||
return( idl_dup( a ) );
|
||||
}
|
||||
if ( ALLIDS( b ) ) {
|
||||
return( NULL );
|
||||
}
|
||||
|
||||
if ( ALLIDS( a ) ) {
|
||||
n = idl_alloc( SLAPD_LDBM_MIN_MAXIDS );
|
||||
|
Loading…
Reference in New Issue
Block a user