1
0
Fork 0

fixed compile error

This commit is contained in:
jsteemann 2016-07-15 14:45:02 +02:00
parent 30d32bb70e
commit 2b42784d81
1 changed files with 1 additions and 1 deletions

View File

@ -1212,7 +1212,7 @@ int TRI_StartServer(TRI_server_t* server, bool checkVersion,
// read the server id
// ...........................................................................
res = DetermineServerId(server, checkVersion);
int res = DetermineServerId(server, checkVersion);
if (res == TRI_ERROR_ARANGO_EMPTY_DATADIR) {
return res;