removed unnecessary call

This commit is contained in:
john30
2017-01-07 21:17:09 +01:00
parent 59a2241461
commit a7b019e4b8
-1
View File
@@ -170,7 +170,6 @@ Network::Network(const bool local, const uint16_t port, const uint16_t httpPort,
Network::~Network() Network::~Network()
{ {
stop();
join(); join();
while (!m_connections.empty()) { while (!m_connections.empty()) {