aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/itoserver.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/itoserver.cpp b/src/itoserver.cpp
index 1bad872..d09651b 100644
--- a/src/itoserver.cpp
+++ b/src/itoserver.cpp
@@ -20,6 +20,9 @@ Bu::ItoServer::~ItoServer()
20 pCli->join(); 20 pCli->join();
21 delete pCli; 21 delete pCli;
22 } 22 }
23 // TODO: Make sure here that each client has shutdown it's socket, and
24 // maybe even written any extra data, we could put a timelimit on this...
25 // anyway, it's not as clean as it could be right now.
23 for( ClientHash::iterator i = hClients.begin(); i != hClients.end(); i++ ) 26 for( ClientHash::iterator i = hClients.begin(); i != hClients.end(); i++ )
24 { 27 {
25 ItoClient *pCli = (*i); 28 ItoClient *pCli = (*i);