libt2n: (tomj) small fix to support data transfers over 2GB
[libt2n] / src / command_server.cpp
index 91011fd..2e3beb5 100644 (file)
@@ -54,6 +54,7 @@ command_server::command_server(server& _s)
 void command_server::send_hello(unsigned int conn_id)
 {
     server_connection* sc=s.get_connection(conn_id);
+    // TODO: Gerd: Throw exception if get_connection() returns NULL or just return?
 
     std::ostringstream hello;