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
532fc1bf
Commit
532fc1bf
authored
Jul 12, 2017
by
Ondřej Kuzník
Committed by
Ondřej Kuzník
Nov 17, 2020
Browse files
Shorten time operation_mutex is locked
parent
e03c9e6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/lloadd/operation.c
View file @
532fc1bf
...
...
@@ -668,10 +668,10 @@ operation_send_reject(
* client is dead, it must have been the upstream */
assert
(
c
);
CONNECTION_LOCK
(
c
);
ldap_pvt_thread_mutex_unlock
(
&
operation_mutex
);
Debug
(
LDAP_DEBUG_TRACE
,
"operation_send_reject: "
"not sending msgid=%d, client connid=%lu is dead
\n
"
,
op
->
o_client_msgid
,
op
->
o_client_connid
);
ldap_pvt_thread_mutex_unlock
(
&
operation_mutex
);
operation_destroy_from_upstream
(
op
);
UPSTREAM_UNLOCK_OR_DESTROY
(
c
);
return
;
...
...
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