mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
cleanup
This commit is contained in:
parent
c603bc3946
commit
f6be5028f0
@ -72,7 +72,6 @@ root_dse_info(
|
||||
/* the DN is an empty string so no pretty/normalization is needed */
|
||||
assert( !e->e_name.bv_len );
|
||||
assert( !e->e_nname.bv_len );
|
||||
|
||||
|
||||
e->e_private = NULL;
|
||||
|
||||
@ -222,6 +221,6 @@ int read_root_dse_file( const char *fname )
|
||||
|
||||
ch_free( buf );
|
||||
|
||||
Debug(LDAP_DEBUG_CONFIG,"rootDSE file %s read.\n", fname, 0, 0);
|
||||
Debug(LDAP_DEBUG_CONFIG, "rootDSE file %s read.\n", fname, 0, 0);
|
||||
return rc;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user