summaryrefslogtreecommitdiff
path: root/server/src
diff options
context:
space:
mode:
Diffstat (limited to 'server/src')
-rw-r--r--server/src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/main.cpp b/server/src/main.cpp
index b45ce8f..7dcd83d 100644
--- a/server/src/main.cpp
+++ b/server/src/main.cpp
@@ -129,6 +129,7 @@ extern "C" int main(int argc, char *argv[])
runtime_config.config_file.put("server", "");
server_pt = runtime_config.config_file.find("server");
}
+ //TODO: simplify following
auto it = server_pt->second.find("port");
if(it == server_pt->second.not_found())
server_pt->second.put("port", 6613);