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
014ba5ac80
commit
e178624b42
@ -129,7 +129,9 @@ ldbm_back_db_init(
|
||||
struct ldbminfo *li;
|
||||
|
||||
/* indicate system schema supported */
|
||||
be->be_flags |= SLAP_BFLAG_ALIASES|SLAP_BFLAG_REFERRALS;
|
||||
be->be_flags |=
|
||||
SLAP_BFLAG_ALIASES |
|
||||
SLAP_BFLAG_REFERRALS;
|
||||
|
||||
/* allocate backend-database-specific stuff */
|
||||
li = (struct ldbminfo *) ch_calloc( 1, sizeof(struct ldbminfo) );
|
||||
|
Loading…
Reference in New Issue
Block a user