| Index: masters/master.client.dynamorio/master.cfg
|
| diff --git a/masters/master.client.dynamorio/master.cfg b/masters/master.client.dynamorio/master.cfg
|
| index 3b33eac342d367659cdc317e3dc5cd5f5f7b5a08..5c324366966c8d43bdc1b4dde74152998be44592 100644
|
| --- a/masters/master.client.dynamorio/master.cfg
|
| +++ b/masters/master.client.dynamorio/master.cfg
|
| @@ -32,7 +32,7 @@ MASTER_PORT = ActiveMaster.master_port
|
| # a shorter alias to save typing.
|
| c = BuildmasterConfig = {}
|
|
|
| -config.DatabaseSetup(c, require_dbconfig=ActiveMaster.is_production_host)
|
| +config.DatabaseSetup(c)
|
|
|
| # 'slavePortnum' defines the TCP port to listen on. This must match the value
|
| # configured into the buildslaves (with their --master option)
|
|
|