summaryrefslogtreecommitdiff
path: root/server/src
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss@sss.chaoslab.ru>2016-07-08 19:56:26 +0300
committerGluzskiy Alexandr <sss@sss.chaoslab.ru>2016-07-08 19:56:26 +0300
commit4f6c3dffb212bd48bf97520548d18b966083c665 (patch)
tree15d16e39a1b14a3bb73178c2a6a6871589d813ab /server/src
parentae48fbe8b23b268dfd9865405fff00bdf79404b8 (diff)
new repo access test
added few comments
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);