This commit is contained in:
Pierangelo Masarati 2002-11-25 23:37:54 +00:00
parent 014ba5ac80
commit e178624b42

View File

@ -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) );