1
0
Fork 0

Fix clusterSendToAll

This commit is contained in:
Andreas Streichardt 2017-05-31 13:53:02 +02:00
parent 402565af75
commit 6811a22c5c
1 changed files with 1 additions and 1 deletions

View File

@ -1401,7 +1401,7 @@ void TRI_InitV8Actions(v8::Isolate* isolate, v8::Handle<v8::Context> context) {
////////////////////////////////////////////////////////////////////////////////
#ifdef ARANGODB_ENABLE_FAILURE_TESTS
static bool clusterSendToAllServers(
static int clusterSendToAllServers(
std::string const& dbname,
std::string const& path, // Note: Has to be properly encoded!
arangodb::rest::RequestType const& method, std::string const& body) {