mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 04:13:55 -05:00
Fix typo in last commit
This commit is contained in:
parent
1756206598
commit
619f9a72ec
1 changed files with 1 additions and 2 deletions
|
|
@ -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 a new issue