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
61eaffee
Commit
61eaffee
authored
Jun 14, 1999
by
Kurt Zeilenga
Browse files
connection_get forgot to unlock c_mutex in not used case!
parent
e2e1cb76
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/connection.c
View file @
61eaffee
...
...
@@ -200,6 +200,7 @@ static Connection* connection_get( int s )
"connection_get(%d): connection not used.
\n
"
,
s
,
c
->
c_connid
,
0
);
ldap_pvt_thread_mutex_unlock
(
&
c
->
c_mutex
);
return
NULL
;
}
...
...
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