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
Joe Martin
OpenLDAP
Commits
216bc238
Commit
216bc238
authored
Jun 06, 2002
by
Kurt Zeilenga
Browse files
ITS#1570: IDL patch
parent
6dab0203
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-ldbm/idl.c
View file @
216bc238
...
...
@@ -922,6 +922,9 @@ idl_intersection(
#endif
for
(
ni
=
0
,
ai
=
0
,
bi
=
0
;
ai
<
ID_BLOCK_NIDS
(
a
);
ai
++
)
{
if
(
ID_BLOCK_ID
(
a
,
ai
)
<
ID_BLOCK_ID
(
b
,
bi
)
)
{
continue
;
}
for
(
;
bi
<
ID_BLOCK_NIDS
(
b
)
&&
ID_BLOCK_ID
(
b
,
bi
)
<
ID_BLOCK_ID
(
a
,
ai
);
bi
++
)
...
...
@@ -935,6 +938,7 @@ idl_intersection(
if
(
ID_BLOCK_ID
(
b
,
bi
)
==
ID_BLOCK_ID
(
a
,
ai
)
)
{
ID_BLOCK_ID
(
n
,
ni
++
)
=
ID_BLOCK_ID
(
a
,
ai
);
bi
++
;
}
}
...
...
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