]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-ldbm/init.c
refuse illegal values for "threads" (ITS#4433)
[openldap] / servers / slapd / back-ldbm / init.c
index 0f82638dcaab9736e716b0ce88cc36169d190da8..953df87be9dea361b013f1e53916112c602252fc 100644 (file)
@@ -2,7 +2,7 @@
 /* $OpenLDAP$ */
 /* This work is part of OpenLDAP Software <http://www.openldap.org/>.
  *
- * Copyright 1998-2005 The OpenLDAP Foundation.
+ * Copyright 1998-2006 The OpenLDAP Foundation.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -40,9 +40,7 @@ ldbm_back_initialize(
 
        bi->bi_flags |= 
                SLAP_BFLAG_INCREMENT |
-#ifdef LDBM_SUBENTRIES
                SLAP_BFLAG_SUBENTRIES |
-#endif
                SLAP_BFLAG_ALIASES |
                SLAP_BFLAG_REFERRALS;