| Index: masters/master.client.drmemory/master.cfg
|
| diff --git a/masters/master.client.drmemory/master.cfg b/masters/master.client.drmemory/master.cfg
|
| index ea99cb2a7f5e451c8a4b9aed861498c95b1cc63e..0bb629a89490afd4c62ef5a09c90233d8aa1048c 100644
|
| --- a/masters/master.client.drmemory/master.cfg
|
| +++ b/masters/master.client.drmemory/master.cfg
|
| @@ -35,7 +35,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)
|
|
|