]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorPierangelo Masarati <ando@openldap.org>
Mon, 25 Nov 2002 23:37:54 +0000 (23:37 +0000)
committerPierangelo Masarati <ando@openldap.org>
Mon, 25 Nov 2002 23:37:54 +0000 (23:37 +0000)
servers/slapd/back-ldbm/init.c

index 949abfa870cabb09823cf437235cdbeac0cfee3b..015b1ce53843403abb8ec50de1af589b3c652ea2 100644 (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) );