libt2n: (tomj) documented code problems; have to find out if this is the source of...
[libt2n] / src / socket_client.cpp
index 360e5f0..bd321fb 100644 (file)
@@ -94,6 +94,7 @@ socket_client_connection::socket_client_connection(const std::string& _path,
     {
         lastErrorMsg=e.what();
         LOGSTREAM(debug,"unix connect error: " << lastErrorMsg);
+        // FIXME: Calls virtual function close in constructor
         close();
     }