summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--thread.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/thread.cpp b/thread.cpp
index f499123..7470417 100644
--- a/thread.cpp
+++ b/thread.cpp
@@ -48,7 +48,6 @@ void ServerThread::Action()
char* argv[] = { "tntnet", "-c", configPath };
int argc = sizeof( argv ) / sizeof( argv[0] );
m_server.reset( new Tntnet( argc, argv ) );
- throw std::runtime_error("port not available");
m_server->run();
m_server.reset( 0 );
} catch ( exception const& ex ) {