svn path=/trunk/boinc/; revision=19528

This commit is contained in:
David Anderson 2009-11-10 21:03:50 +00:00
parent 0b93f21caf
commit aebdd6a72b
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ int main(int argc, char** argv) {
retval = config.parse_file();
if (retval) {printf("no config: %d\n", retval); exit(1);}
strcpy(config.db_host, "jocelyn");
//strcpy(config.db_host, "jocelyn");
retval = boinc_db.open(
config.db_name, config.db_host, config.db_user, config.db_passwd
);