Skip to content
Snippets Groups Projects
Commit 835d3ef9 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

LDAPworld P5: SLAPD Negation of Non-Indexed Search

parent fbdb748a
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment