diff --git a/distrib/distrib.cc b/distrib/distrib.cc index dfa9476..5908b13 100644 --- a/distrib/distrib.cc +++ b/distrib/distrib.cc @@ -243,8 +243,8 @@ void distrib_server(distrib * the_distrib) if (client_socket < 0) break; +#if 0 int cip = ntohl(client_addr.sin_addr.s_addr); - cout << "Connection from " << (unsigned int) ((cip >> 24) & 0xFF) << '.' @@ -256,6 +256,7 @@ void distrib_server(distrib * the_distrib) << ':' << client_addr.sin_port << endl; +#endif distrib::connection_thread_arg_t * arg = new distrib::connection_thread_arg_t;