Import cn=config crash fix from -devel.

This commit is contained in:
Kurt Zeilenga 1999-03-31 00:41:16 +00:00
parent 0c4f519ea3
commit c7127d7aa5
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ Changes included in OpenLDAP 1.2.1
Updated ctype and string generic headers
Fixed ctype 'unsigned char' bug
Fixed slapd back-ldbm derefDN crash bug
Fixed slapd cn=config crash bug
Fixed ldbmcat BDB2 crash bug
Fixed -lldap leak of ldap.conf fd
Build environment

View File

@ -44,6 +44,7 @@ config_info( Connection *conn, Operation *op )
e->e_attrs = NULL;
e->e_dn = ch_strdup( SLAPD_CONFIG_DN );
e->e_ndn = dn_normalize_case( ch_strdup( SLAPD_CONFIG_DN ));
for ( i = 0; i < nbackends; i++ ) {
strcpy( buf, backends[i].be_type );