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
Tero Saarni
OpenLDAP
Commits
8a44ba22
Commit
8a44ba22
authored
Aug 29, 2015
by
Howard Chu
Committed by
Quanah Gibson-Mount
Aug 31, 2015
Browse files
ITS#8232 avoid redundant abandon processing
parent
2e916071
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/connection.c
View file @
8a44ba22
...
...
@@ -741,6 +741,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