]> git.sur5r.net Git - openldap/commitdiff
by now, don't bail out if monitoring cannot be set up
authorPierangelo Masarati <ando@openldap.org>
Thu, 14 Sep 2006 22:26:37 +0000 (22:26 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 14 Sep 2006 22:26:37 +0000 (22:26 +0000)
servers/slapd/back-ldap/init.c

index a845fe69d530a39ee1eac5e4c57f9496b56a363a..3847bd0259d440519fcdf6c971e07edf90a5d8ca 100644 (file)
@@ -209,7 +209,11 @@ ldap_back_db_open( BackendDB *be )
        /* monitor setup */
        rc = ldap_back_monitor_db_open( be );
        if ( rc != 0 ) {
+               /* ignore by now */
+               rc = 0;
+#if 0
                goto fail;
+#endif
        }
 
        li->li_flags |= LDAP_BACK_F_ISOPEN;