mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-24 13:59:09 -06:00
General code cleanup
This commit is contained in:
@@ -87,7 +87,7 @@ void ServerModule::internalInitialize(const ghoul::Dictionary& configuration) {
|
||||
for (const std::string& key : interfaces.keys()) {
|
||||
ghoul::Dictionary interfaceDictionary = interfaces.value<ghoul::Dictionary>(key);
|
||||
|
||||
// @TODO (abock, 2019-09-17); This is a hack to make the parsing of the
|
||||
// @TODO (abock, 2019-09-17); This is a hack to make the parsing of the
|
||||
// openspace.cfg file not corrupt the heap and cause a potential crash at shutdown
|
||||
// (see ticket https://github.com/OpenSpace/OpenSpace/issues/982)
|
||||
// The AllowAddresses are specified externally and are injected here
|
||||
|
||||
Reference in New Issue
Block a user