Fix SLAPD_CONFIG_DN e_ndn bug.

This commit is contained in:
Kurt Zeilenga 1999-03-30 18:50:41 +00:00
parent f2fee94114
commit 058aad0312

View File

@ -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++ ) {