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
openldap
OpenLDAP
Commits
d0724c76
Commit
d0724c76
authored
Jan 13, 2002
by
Howard Chu
Browse files
Fix mutex leak in previous commit
parent
f20991de
Changes
1
Show whitespace changes
Inline
Side-by-side
servers/slapd/saslauthz.c
View file @
d0724c76
...
...
@@ -515,6 +515,8 @@ int slap_sasl_match( char *rule, struct berval *assertDN, char *authc )
scope
,
/*deref=*/
1
,
/*sizelimit=*/
0
,
/*time=*/
0
,
filter
,
/*fstr=*/
NULL
,
/*attrs=*/
NULL
,
/*attrsonly=*/
0
);
ldap_pvt_thread_mutex_destroy
(
&
op
.
o_abandonmutex
);
if
(
sm
.
match
)
rc
=
LDAP_SUCCESS
;
else
...
...
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