Diff for /servers/slapd/back-ldap/chain.c between versions 1.67 and 1.68

version 1.67, 2007/08/03 10:02:08 version 1.68, 2007/09/14 21:58:00
Line 1 Line 1
 /* chain.c - chain LDAP operations */  /* chain.c - chain LDAP operations */
 /* $OpenLDAP: pkg/ldap/servers/slapd/back-ldap/chain.c,v 1.66 2007/07/25 15:21:05 ralf Exp $ */  /* $OpenLDAP: pkg/ldap/servers/slapd/back-ldap/chain.c,v 1.67 2007/08/03 10:02:08 ralf Exp $ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.  /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *   *
  * Copyright 2003-2007 The OpenLDAP Foundation.   * Copyright 2003-2007 The OpenLDAP Foundation.
Line 726  cleanup:; Line 726  cleanup:;
                 ldap_memfree( li.li_uri );                  ldap_memfree( li.li_uri );
                 li.li_uri = NULL;                  li.li_uri = NULL;
   
                 op->o_tmpfree( op->o_req_dn.bv_val, op->o_tmpmemctx );  
                 op->o_tmpfree( op->o_req_ndn.bv_val, op->o_tmpmemctx );  
   
                 if ( temporary ) {                  if ( temporary ) {
                         lip->li_uri = NULL;                          lip->li_uri = NULL;
                         lip->li_bvuri = NULL;                          lip->li_bvuri = NULL;

Removed from v.1.67  
changed lines
  Added in v.1.68


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