*** empty log message ***

svn path=/trunk/boinc/; revision=2257
This commit is contained in:
Karl Chen 2003-09-04 07:35:15 +00:00
parent 4225db18ed
commit 09b9ce3b38
1 changed files with 3 additions and 3 deletions

View File

@ -592,9 +592,9 @@ def connect(config):
global boincdb
if boincdb:
return 0
_connectp(db_name = config.db_name,
user = config.__dict__.get('db_user'),
passwd = config.__dict__.get('db_passwd'))
_connectp(config.db_name,
config.__dict__.get('db_user'),
config.__dict__.get('db_passwd'))
return 1
def connect_default_config():