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
ingo Voss
OpenLDAP
Commits
302eddf3
Commit
302eddf3
authored
Jan 12, 2005
by
Howard Chu
Browse files
import ITS#3481 from HEAD detect indexer deadlock
parent
1e0bc486
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-bdb/index.c
View file @
302eddf3
...
...
@@ -247,7 +247,7 @@ static int indexer(
if
(
rc
==
LDAP_SUCCESS
&&
keys
!=
NULL
)
{
for
(
i
=
0
;
keys
[
i
].
bv_val
!=
NULL
;
i
++
)
{
bdb_key_change
(
op
->
o_bd
,
db
,
txn
,
&
keys
[
i
],
id
,
opid
);
rc
=
bdb_key_change
(
op
->
o_bd
,
db
,
txn
,
&
keys
[
i
],
id
,
opid
);
if
(
rc
)
{
ber_bvarray_free_x
(
keys
,
op
->
o_tmpmemctx
);
goto
done
;
...
...
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