libt2n: (reinhard) bugfix.
authorReinhard Pfau <reinhard.pfau@intra2net.com>
Tue, 3 Jun 2008 06:48:21 +0000 (06:48 +0000)
committerReinhard Pfau <reinhard.pfau@intra2net.com>
Tue, 3 Jun 2008 06:48:21 +0000 (06:48 +0000)
src/socket_client.cpp

index 100ca54..8b70511 100644 (file)
@@ -123,7 +123,7 @@ void socket_client_connection::unix_connect(int max_retries)
     {
         // recurse if retries left
         if (max_retries > 0)
-            tcp_connect(max_retries-1);
+            unix_connect(max_retries-1);
     }
 
     do_callbacks(new_connection);