changeset 147:77c35cdd5ce3

Remove obsolete #if 1
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 02 Nov 2010 22:49:44 +0200
parents c6c3825376c9
children 9da39d090ef1
files nnchat.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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) {