X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnetutl.c;h=cc8266d712d51c394b8d8c5c36c5c7609d8b490e;hp=ce47c3e9b049892d4e20b00896c41f989d35bb1f;hb=0761eed64c4d6d2b8e9fa6a335ccdca8ea4b95db;hpb=4b076ee87fcf8aaf1d9a2bd3c27524b4e3840167 diff --git a/src/netutl.c b/src/netutl.c index ce47c3e9..cc8266d7 100644 --- a/src/netutl.c +++ b/src/netutl.c @@ -1,6 +1,6 @@ /* netutl.c -- some supporting network utility code - Copyright (C) 1998,99 Ivo Timmermans + Copyright (C) 1998,1999,2000 Ivo Timmermans This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -81,8 +81,6 @@ void free_conn_element(conn_list_t *p) cp if(p->hostname) free(p->hostname); - if(p->pp) - free(p->pp); if(p->sq) destroy_queue(p->sq); if(p->rq)