Diff for /servers/slapd/overlays/syncprov.c between versions 1.147.2.88 and 1.147.2.89

version 1.147.2.88, 2011/01/13 21:56:59 version 1.147.2.89, 2011/01/26 18:10:41
Line 2331  syncprov_search_response( Operation *op, Line 2331  syncprov_search_response( Operation *op,
                 rs->sr_ctrls = op->o_tmpalloc( sizeof(LDAPControl *)*2,                  rs->sr_ctrls = op->o_tmpalloc( sizeof(LDAPControl *)*2,
                         op->o_tmpmemctx );                          op->o_tmpmemctx );
                 rs->sr_ctrls[1] = NULL;                  rs->sr_ctrls[1] = NULL;
                   rs->sr_flags |= REP_CTRLS_MUSTBEFREED;
                 /* If we're in delta-sync mode, always send a cookie */                  /* If we're in delta-sync mode, always send a cookie */
                 if ( si->si_nopres && si->si_usehint && a ) {                  if ( si->si_nopres && si->si_usehint && a ) {
                         struct berval cookie;                          struct berval cookie;

Removed from v.1.147.2.88  
changed lines
  Added in v.1.147.2.89


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