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
2160427f
Commit
2160427f
authored
Aug 29, 2015
by
Howard Chu
Browse files
ITS#8232 avoid redundant abandon processing
parent
2eaf8eb2
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/connection.c
View file @
2160427f
...
...
@@ -723,6 +723,9 @@ static void connection_abandon( Connection *c )
SlapReply
rs
=
{
REP_RESULT
};
next
=
LDAP_STAILQ_NEXT
(
o
,
o_next
);
/* don't abandon an op twice */
if
(
o
->
o_abandon
)
continue
;
op
.
orn_msgid
=
o
->
o_msgid
;
o
->
o_abandon
=
1
;
op
.
o_bd
=
frontendDB
;
...
...
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