Hostnames are back!
[tinc] / src / netutl.c
index c75bea2..e57ff38 100644 (file)
@@ -16,7 +16,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: netutl.c,v 1.12 2000/05/31 18:23:06 zarq Exp $
+    $Id: netutl.c,v 1.12.4.2 2000/06/25 16:01:12 guus Exp $
 */
 
 #include "config.h"
@@ -85,8 +85,6 @@ cp
 void free_conn_element(conn_list_t *p)
 {
 cp
-  if(p->hostname)
-    free(p->hostname);
   if(p->sq)
     destroy_queue(p->sq);
   if(p->rq)
@@ -164,6 +162,7 @@ cp
   look up the name associated with the ip
   address `addr'
 */
+
 char *hostlookup(unsigned long addr)
 {
   char *name;