mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Fix mutex leak in previous commit
This commit is contained in:
parent
f20991dea7
commit
d0724c769e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user