1
0
Fork 0

try to fix travis build

This commit is contained in:
Jan Steemann 2016-12-12 08:49:59 +01:00
parent 3e93980ae9
commit ad4ba248a5
1 changed files with 2 additions and 2 deletions

View File

@ -2004,8 +2004,8 @@ void ClusterInfo::loadServers() {
}
AgencyCommResult result = _agency.sendTransactionWithFailover(
AgencyReadTransaction({AgencyCommManager::path(prefixServers),
AgencyCommManager::path(mapUniqueToShortId)}));
AgencyReadTransaction(std::vector<std::string>({AgencyCommManager::path(prefixServers),
AgencyCommManager::path(mapUniqueToShortId)})));
if (result.successful()) {