test
This commit is contained in:
Binary file not shown.
@@ -164,7 +164,7 @@ int FlippRServer::main(const std::vector<std::string>& args)
|
||||
if(help_requested)
|
||||
return Application::EXIT_OK;
|
||||
|
||||
|
||||
while(true);
|
||||
waitForTerminationRequest();
|
||||
|
||||
return Application::EXIT_OK;
|
||||
@@ -300,6 +300,8 @@ std::string FlippRServer::get_runtime_dir()
|
||||
{
|
||||
runtime_dir = DEFAULT_RUNTIME_DIR;
|
||||
}
|
||||
|
||||
return runtime_dir;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user