8000 finally got it right · ezhangle/arangodb@0cbded4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0cbded4

Browse files
committed
finally got it right
1 parent 3ac535b commit 0cbded4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Rest/AnyServer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ static int ForkProcess (string const& workingDirectory, string& current) {
236236
////////////////////////////////////////////////////////////////////////////////
237237

238238
AnyServer::AnyServer ()
239-
: _daemonMode(false),
240-
_mode(ServerMode::MODE_STANDALONE),
239+
: _mode(ServerMode::MODE_STANDALONE),
240+
_daemonMode(false),
241241
_supervisorMode(false),
242242
_pidFile(""),
243243
_workingDirectory(""),

0 commit comments

Comments
 (0)
0