]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/backover.c
reject registrations when back-monitor is not configured
[openldap] / servers / slapd / backover.c
index f7167bfc510d969bb8c931739ccc62cd57e33b77..8260f29a6d863e9fd1eecd9bb3115824d8decf95 100644 (file)
@@ -517,7 +517,6 @@ over_op_func(
 {
        slap_overinfo *oi;
        slap_overinst *on;
-       BI_op_bind **func;
        BackendDB *be = op->o_bd, db;
        slap_callback cb = {NULL, over_back_response, NULL, NULL};
        int rc = SLAP_CB_CONTINUE;
@@ -912,7 +911,7 @@ overlay_config( BackendDB *be, const char *ov )
                bi->bi_chk_controls = over_aux_chk_controls;
 
 #ifdef SLAP_OVERLAY_ACCESS
-               /* this has a specific arglist */
+               /* these have specific arglists */
                bi->bi_access_allowed = over_access_allowed;
                bi->bi_acl_group = over_acl_group;
                bi->bi_acl_attribute = over_acl_attribute;