mirror of https://gitee.com/bigwinds/arangodb
fixed my bad
This commit is contained in:
parent
960b464c57
commit
e6a6327cf4
|
@ -120,9 +120,9 @@ namespace triagens {
|
||||||
if (_mode == ServerMode::MODE_STANDALONE) {
|
if (_mode == ServerMode::MODE_STANDALONE) {
|
||||||
return "standalone";
|
return "standalone";
|
||||||
}
|
}
|
||||||
TRI_ASSERT(_mode == ServerMode::MODE_SERVICE) {
|
|
||||||
return "service";
|
TRI_ASSERT(_mode == ServerMode::MODE_SERVICE);
|
||||||
}
|
return "service";
|
||||||
}
|
}
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue