version 1.147.2.27, 2008/05/28 16:35:32
|
version 1.147.2.28, 2008/05/29 15:02:45
|
Line 1
|
Line 1
|
/* $OpenLDAP: pkg/ldap/servers/slapd/overlays/syncprov.c,v 1.147.2.26 2008/05/28 16:32:24 quanah Exp $ */ |
/* $OpenLDAP: pkg/ldap/servers/slapd/overlays/syncprov.c,v 1.147.2.27 2008/05/28 16:35:32 quanah Exp $ */ |
/* syncprov.c - syncrepl provider */ |
/* syncprov.c - syncrepl provider */ |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. |
* |
* |
Line 2107 syncprov_search_response( Operation *op,
|
Line 2107 syncprov_search_response( Operation *op,
|
if ( op->o_abandon ) { |
if ( op->o_abandon ) { |
ldap_pvt_thread_mutex_unlock( &op->o_conn->c_mutex ); |
ldap_pvt_thread_mutex_unlock( &op->o_conn->c_mutex ); |
ldap_pvt_thread_mutex_unlock( &ss->ss_so->s_mutex ); |
ldap_pvt_thread_mutex_unlock( &ss->ss_so->s_mutex ); |
syncprov_free_syncop( ss->ss_so ); |
/* syncprov_ab_cleanup will free this syncop */ |
return SLAPD_ABANDON; |
return SLAPD_ABANDON; |
|
|
} else { |
} else { |