Don't connect client

This commit is contained in:
Keith Winstein
2011-08-14 03:44:13 -04:00
parent 386196451c
commit 0f38eb0acc
+2
View File
@@ -129,9 +129,11 @@ Connection::Connection( const char *key_str, const char *ip, int port ) /* clien
throw NetworkException( buffer, saved_errno );
}
/*
if ( connect( sock, (sockaddr *)&remote_addr, sizeof( remote_addr ) ) < 0 ) {
throw NetworkException( "connect", errno );
}
*/
attached = true;
}