mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-09 02:52:04 +08:00
Fix SLAPD_CONFIG_DN e_ndn bug.
This commit is contained in:
parent
f2fee94114
commit
058aad0312
@ -42,6 +42,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 ));
|
||||
e->e_private = NULL;
|
||||
|
||||
for ( i = 0; i < nbackends; i++ ) {
|
||||
|
Loading…
Reference in New Issue
Block a user