From aebdd6a72bb3f5b199d0988806137b9fff64f0a5 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Tue, 10 Nov 2009 21:03:50 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=19528 --- sched/credit_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sched/credit_test.cpp b/sched/credit_test.cpp index 5f620a2b13..69bfde36db 100644 --- a/sched/credit_test.cpp +++ b/sched/credit_test.cpp @@ -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 );