Diff for /servers/slapd/overlays/syncprov.c between versions 1.167 and 1.168

version 1.167, 2007/01/25 01:06:33 version 1.168, 2007/01/25 03:10:18
Line 1 Line 1
 /* $OpenLDAP: pkg/ldap/servers/slapd/overlays/syncprov.c,v 1.166 2007/01/21 12:02:05 hyc Exp $ */  /* $OpenLDAP: pkg/ldap/servers/slapd/overlays/syncprov.c,v 1.167 2007/01/25 01:06:33 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 842  syncprov_qplay( Operation *op, slap_over Line 842  syncprov_qplay( Operation *op, slap_over
                 if ( sr->s_mode != LDAP_SYNC_DELETE ) {                  if ( sr->s_mode != LDAP_SYNC_DELETE ) {
                         rc = be_entry_get_rw( op, &opc.sndn, NULL, NULL, 0, &e );                          rc = be_entry_get_rw( op, &opc.sndn, NULL, NULL, 0, &e );
                         if ( rc ) {                          if ( rc ) {
                                   Debug( LDAP_DEBUG_SYNC, "syncprov_qplay: failed to get %s, "
                                           "ignoring...\n", opc.sndn.bv_val );
                                 ch_free( sr );                                  ch_free( sr );
                                   rc = 0;
                                 continue;                                  continue;
                         }                          }
                 }                  }

Removed from v.1.167  
changed lines
  Added in v.1.168


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