Update of /repo/OpenLDAP/pkg/ldap/servers/slapd
Modified Files:
bconfig.c 1.418 -> 1.419
Log Message:
ITS#6758 config_build_entry, avoid SlapReply reuse
Do not use the 'SlapReply *rs' passed to config_build_entry(). Instead
pass a new one to op->o_bd->be_add() and copy the output sr_err to rs.
This takes care of most SlapReply reuse in bconfig.c.
CVS Web URLs:
http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/
http://www.openldap.org/devel/cvsweb.cgi/servers/slapd/bconfig.c
Changes are generally available on cvs.openldap.org (and CVSweb)
within 30 minutes of being committed.