Diff for /servers/slapd/overlays/syncprov.c between versions 1.274 and 1.275

version 1.274, 2009/03/13 06:50:45 version 1.275, 2009/03/13 07:33:34
Line 1 Line 1
 /* $OpenLDAP: pkg/ldap/servers/slapd/overlays/syncprov.c,v 1.273 2009/03/13 05:44:49 hyc Exp $ */  /* $OpenLDAP: pkg/ldap/servers/slapd/overlays/syncprov.c,v 1.274 2009/03/13 06:50:45 hyc 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 1944  syncprov_op_mod( Operation *op, SlapRepl Line 1944  syncprov_op_mod( Operation *op, SlapRepl
                                  * Currently it's not an issue because there are                                   * Currently it's not an issue because there are
                                  * no dynamic config deletes...                                   * no dynamic config deletes...
                                  */                                   */
                                   if ( slapd_shutdown )
                                           return SLAPD_ABANDON;
   
                                 if ( !ldap_pvt_thread_pool_pausecheck( &connection_pool ))                                  if ( !ldap_pvt_thread_pool_pausecheck( &connection_pool ))
                                         ldap_pvt_thread_yield();                                          ldap_pvt_thread_yield();
                                 ldap_pvt_thread_mutex_lock( &mt->mt_mutex );                                  ldap_pvt_thread_mutex_lock( &mt->mt_mutex );

Removed from v.1.274  
changed lines
  Added in v.1.275


______________
© Copyright 1998-2020, OpenLDAP Foundation, info@OpenLDAP.org