summaryrefslogtreecommitdiff
path: root/server/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/main.cpp')
-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 7274da0..a876b42 100644
--- a/server/src/main.cpp
+++ b/server/src/main.cpp
@@ -162,6 +162,7 @@ int main(int argc, char *argv[])
}
boost::asio::io_service io_service_server;
try{
+ //TODO: server options (ssl, ...)
serv = new server(io_service_server, 6613);
}
catch(std::exception &e)