# HG changeset patch # User Matti Hamalainen # Date 1288730984 -7200 # Node ID 77c35cdd5ce379e1f2ebdee7ff35e3481e87a0d9 # Parent c6c3825376c9dae2ae3448ca7994ab85ef5fcc70 Remove obsolete #if 1 diff -r c6c3825376c9 -r 77c35cdd5ce3 nnchat.c --- a/nnchat.c Tue Nov 02 22:33:38 2010 +0200 +++ b/nnchat.c Tue Nov 02 22:49:44 2010 +0200 @@ -902,7 +902,6 @@ } THMSG(2, "True hostname: %s\n", tmpHost->h_name); -#if 1 /* To emulate the official client, we first make a request for * policy file, even though we don't use it for anything... */ @@ -923,7 +922,6 @@ THMSG(2, "Probe got: %s\n", tmpBuf); nn_close_connection(tmpSocket); } -#endif /* Okay, now do the proper connection ... */ if ((tmpSocket = nn_open_connection((struct in_addr *) tmpHost->h_addr, optPort)) < 0) {