10000 try to fix travis build · aa10000/arangodb@ad4ba24 · GitHub
[go: up one dir, main page]

Skip to content

Commit ad4ba24

Browse files
committed
try to fix travis build
1 parent 3e93980 commit ad4ba24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arangod/Cluster/ClusterInfo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2004,8 +2004,8 @@ void ClusterInfo::loadServers() {
20042004
}
20052005

20062006
AgencyCommResult result = _agency.sendTransactionWithFailover(
2007-
AgencyReadTransaction({AgencyCommManager::path(prefixServers),
2008-
AgencyCommManager::path(mapUniqueToShortId)}));
2007+
AgencyReadTransaction(std::vector<std::string>({AgencyCommManager::path(prefixServers),
2008+
AgencyCommManager::path(mapUniqueToShortId)})));
20092009

20102010

20112011
if (result.successful()) {

0 commit comments

Comments
 (0)
0