mirror of https://gitee.com/bigwinds/arangodb
fixed compile error
This commit is contained in:
parent
30d32bb70e
commit
2b42784d81
|
@ -1212,7 +1212,7 @@ int TRI_StartServer(TRI_server_t* server, bool checkVersion,
|
||||||
// read the server id
|
// read the server id
|
||||||
// ...........................................................................
|
// ...........................................................................
|
||||||
|
|
||||||
res = DetermineServerId(server, checkVersion);
|
int res = DetermineServerId(server, checkVersion);
|
||||||
|
|
||||||
if (res == TRI_ERROR_ARANGO_EMPTY_DATADIR) {
|
if (res == TRI_ERROR_ARANGO_EMPTY_DATADIR) {
|
||||||
return res;
|
return res;
|
||||||
|
|
Loading…
Reference in New Issue