mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix typo in last commit
This commit is contained in:
parent
1756206598
commit
619f9a72ec
@ -91,8 +91,7 @@ int cancel_extop(
|
||||
#ifdef LDAP_SYNC
|
||||
for ( i = 0; i < nbackends; i++ ) {
|
||||
Backend *be = &backends[i];
|
||||
if( !be->be_abandon ) continue;
|
||||
|
||||
if( !be->be_cancel ) continue;
|
||||
|
||||
ldap_pvt_thread_mutex_unlock( &conn->c_mutex );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user