]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/frontend.c
fix ITS#3753
[openldap] / servers / slapd / frontend.c
index 1d20ed7cc03507127a3ebf1215ba561aae26219a..f9cfe6f466137c0110dc178e324dc7c27704b8ae 100644 (file)
@@ -117,10 +117,6 @@ frontend_init( void )
        frontendDB->bd_info->bi_op_search = fe_op_search;
        frontendDB->bd_info->bi_extended = fe_extended;
 
-#ifdef SLAP_OVERLAY_ACCESS
-       frontendDB->bd_info->bi_access_allowed = slap_access_allowed;
-#endif /* SLAP_OVERLAY_ACCESS */
-
 #if 0
        /* FIXME: is this too early? */
        return backend_startup_one( frontendDB );