1
0
Fork 0
This commit is contained in:
jsteemann 2016-05-02 19:53:16 +02:00
parent 82a43bfca7
commit 64f55422ce
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ function createLocalDatabases (plannedDatabases, currentDatabases, writeLocked)
writeLocked({ part: "Current" },
createDatabaseAgency,
[ payload ]);
} else if (typeof currentDatabases[name] != 'object' || !currentDatabases[name].hasOwnProperty(ourselves)) {
} else if (typeof currentDatabases[name] !== 'object' || !currentDatabases[name].hasOwnProperty(ourselves)) {
// mop: ok during cluster startup we have this buggy situation where a dbserver
// has a database but has not yet announced it to the agency :S
writeLocked({ part: "Current" },