# HG changeset patch # User Matti Hamalainen # Date 1308037540 -10800 # Node ID c0988ab45afd5ff15be0e284968f558226c169e7 # Parent a8bda904846c3acdf901fb91c86cc2fc7f5ff728 #ifdef out the policy probe. diff -r a8bda904846c -r c0988ab45afd nnchat.c --- a/nnchat.c Tue Jun 14 09:02:01 2011 +0300 +++ b/nnchat.c Tue Jun 14 10:45:40 2011 +0300 @@ -1451,6 +1451,7 @@ } printMsg(currWin, "True hostname: %s\n", tmpHost->h_name); +#ifdef FINAL_BUILD /* To emulate the official client, we first make a request for * policy file, even though we don't use it for anything... */ @@ -1473,6 +1474,7 @@ } } nn_conn_close(conn); +#endif /* Okay, now do the proper connection ... */ conn = nn_conn_open((struct in_addr *) tmpHost->h_addr, optPort);