]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-dnssrv/init.c
Add a safety check to bvcasechr
[openldap] / servers / slapd / back-dnssrv / init.c
index d2c44b4d3054ca9f6746d211913b98da36ec789b..9b4059f827c08fb6d738dd7d778aa81d6d3cd3e6 100644 (file)
@@ -1,7 +1,7 @@
 /* init.c - initialize ldap backend */
 /* $OpenLDAP$ */
 /*
- * Copyright 2000 The OpenLDAP Foundation, All Rights Reserved.
+ * Copyright 2000-2002 The OpenLDAP Foundation, All Rights Reserved.
  * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
  */
 
@@ -66,12 +66,7 @@ dnssrv_back_initialize(
 
        bi->bi_extended = 0;
        bi->bi_acl_group = 0;
-
-#ifdef HAVE_CYRUS_SASL
-       bi->bi_sasl_authorize = 0;
-       bi->bi_sasl_getsecret = 0;
-       bi->bi_sasl_putsecret = 0;
-#endif /* HAVE_CYRUS_SASL */
+       bi->bi_acl_attribute = 0;
 
        bi->bi_connection_init = 0;
        bi->bi_connection_destroy = 0;