Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nadezhda Ivanova
OpenLDAP
Commits
835d3ef9
Commit
835d3ef9
authored
Aug 09, 1998
by
Kurt Zeilenga
Browse files
LDAPworld P5: SLAPD Negation of Non-Indexed Search
parent
fbdb748a
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldbm/idl.c
View file @
835d3ef9
...
...
@@ -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
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment