*** empty log message ***

svn path=/trunk/boinc/; revision=2890
This commit is contained in:
Karl Chen 2004-01-15 23:58:13 +00:00
parent 7519dc516c
commit 082c0900ca
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ class Project:
self.config = configxml.ConfigFile(self.dir('config.xml')).init_empty()
config = self.config.config
config.user_name = options.user_name
config.db_user = options.user_name
config.db_name = db_name or config.user_name + '_' + self.short_name
config.db_passwd = ''
config.shmem_key = generate_shmem_key()