RCS file: /home/globdev/CVS/globus-packages/replica/rls/server/rli.c,v retrieving revision 1.11 retrieving revision 1.11.4.1 diff -u -r1.11 -r1.11.4.1 --- source-trees/gt2-cvs/replica/rls/server/rli.c 2005/04/18 20:56:48 1.11 +++ source-trees/gt2-cvs/replica/rls/server/rli.c 2006/05/23 18:12:04 1.11.4.1 @@ -86,7 +86,7 @@ /* * Get list of RLIs we update from db. */ - if (db_open(dbname, db_user, db_pwd, 1, &rlih, errbuf) != GLOBUS_RLS_SUCCESS) + if (db_open(dbname, db_user, db_pwd, 0, &rlih, errbuf) != GLOBUS_RLS_SUCCESS) logit(LOG_WARNING, "rli_init(%s): %s", dbname, errbuf); else { update_readrli(rlih, &rli_rlilistlock, &rli_rlilist); @@ -607,7 +607,7 @@ logit(LOG_DEBUG, "rli_llupdates: db %s", rlih ? "open" : "closed"); if (!rlih) { - if ((rc = db_open(rli_dbname, db_user, db_pwd, 1, &rlih, + if ((rc = db_open(rli_dbname, db_user, db_pwd, 0, &rlih, errbuf)) != GLOBUS_RLS_SUCCESS) { logit(LOG_WARNING, "rli_llupdates(%s): %s", rli_dbname, errbuf); rlih = NULL;