]> git.sur5r.net Git - openldap/commitdiff
Fix typo in last commit
authorKurt Zeilenga <kurt@openldap.org>
Fri, 14 Feb 2003 23:14:19 +0000 (23:14 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 14 Feb 2003 23:14:19 +0000 (23:14 +0000)
servers/slapd/cancel.c

index 4416869ad26f936ab92d9a959e0489ee475cd012..f4298a5a5b43093c03b97434fc6aabf390a18866 100644 (file)
@@ -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 );