libt2n: (gerd) fix client-connection-logic, finish wrappers, all tests are working...
[libt2n] / test / serialize.cpp
index 02f8a6e..85a9b58 100644 (file)
@@ -156,7 +156,7 @@ class test_serialize : public TestFixture
                 // wait till server is up
                 sleep(1);
                 socket_client_connection sc("./socket");
-                command_client cc(sc);
+                command_client cc(&sc);
 
                 string errormsg;