mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-23 08:09:34 -05:00
cleanup
This commit is contained in:
parent
014ba5ac80
commit
e178624b42
1 changed files with 3 additions and 1 deletions
|
|
@ -129,7 +129,9 @@ ldbm_back_db_init(
|
||||||
struct ldbminfo *li;
|
struct ldbminfo *li;
|
||||||
|
|
||||||
/* indicate system schema supported */
|
/* 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 */
|
/* allocate backend-database-specific stuff */
|
||||||
li = (struct ldbminfo *) ch_calloc( 1, sizeof(struct ldbminfo) );
|
li = (struct ldbminfo *) ch_calloc( 1, sizeof(struct ldbminfo) );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue