]> 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 d1e0091d86108c267980d53a151224bcb38eeade..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
  */
 
@@ -68,12 +68,6 @@ dnssrv_back_initialize(
        bi->bi_acl_group = 0;
        bi->bi_acl_attribute = 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_connection_init = 0;
        bi->bi_connection_destroy = 0;