LDAPworld P5: SLAPD Negation of Non-Indexed Search

This commit is contained in:
Kurt Zeilenga 1998-08-09 02:39:52 +00:00
parent fbdb748a7d
commit 835d3ef9bd

View File

@ -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 );