Skip to content
Snippets Groups Projects
Commit e178624b authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

cleanup

parent 014ba5ac
No related branches found
No related tags found
No related merge requests found
......@@ -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) );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment