mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2258
This commit is contained in:
parent
09b9ce3b38
commit
9596e8e9ff
|
@ -593,8 +593,8 @@ def connect(config):
|
|||
if boincdb:
|
||||
return 0
|
||||
_connectp(config.db_name,
|
||||
config.__dict__.get('db_user'),
|
||||
config.__dict__.get('db_passwd'))
|
||||
config.__dict__.get('db_user',''),
|
||||
config.__dict__.get('db_passwd', ''))
|
||||
return 1
|
||||
|
||||
def connect_default_config():
|
||||
|
|
Loading…
Reference in New Issue