mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-31 14:50:34 +08:00
Import cn=config crash fix from -devel.
This commit is contained in:
parent
0c4f519ea3
commit
c7127d7aa5
1
CHANGES
1
CHANGES
@ -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
|
||||
|
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user