From: Kurt Zeilenga Date: Fri, 14 Feb 2003 23:14:19 +0000 (+0000) Subject: Fix typo in last commit X-Git-Tag: NO_SLAP_OP_BLOCKS~358 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=619f9a72ecac19e1fda65e0d5c8158575627b782;p=openldap Fix typo in last commit --- diff --git a/servers/slapd/cancel.c b/servers/slapd/cancel.c index 4416869ad2..f4298a5a5b 100644 --- a/servers/slapd/cancel.c +++ b/servers/slapd/cancel.c @@ -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 );