]> git.sur5r.net Git - openldap/commitdiff
ITS#6203 fix startup
authorHoward Chu <hyc@openldap.org>
Mon, 13 Jul 2009 13:24:12 +0000 (13:24 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 13 Jul 2009 13:24:12 +0000 (13:24 +0000)
servers/slapd/back-ndb/init.cpp

index 6065029c1454267c79a91926aa380cad16ee29fd..8af31c72503841d70402c8f6887ddf3facfd7043 100644 (file)
@@ -130,7 +130,7 @@ ndb_db_open( BackendDB *be, ConfigReply *cr )
                }
        }
        for ( i=0; i<ni->ni_nconns; i++ ) {
-               rc = ni->ni_cluster[i]->wait_until_ready( 30, 0 );
+               rc = ni->ni_cluster[i]->wait_until_ready( 30, 30 );
                if ( rc ) {
                        snprintf( cr->msg, sizeof( cr->msg ),
                                "ndb_db_open: ni_cluster[%d]->wait failed (%d)",