X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnetutl.c;h=c5ff5b766f5a686c6c74514eeeaf5161729694c0;hp=5f762920a96a7cfe65466b6903bbeba4c6da065c;hb=7f3ab38c222809b15da2fe8dd655d35432eaafe0;hpb=ed397b6ac676329b237e219c806143cccf456b3c diff --git a/src/netutl.c b/src/netutl.c index 5f762920..c5ff5b76 100644 --- a/src/netutl.c +++ b/src/netutl.c @@ -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.4.9 2000/09/14 21:51:20 zarq Exp $ + $Id: netutl.c,v 1.12.4.10 2000/09/15 12:58:40 zarq Exp $ */ #include "config.h" @@ -95,7 +95,7 @@ cp if(p->hostname) free(p->hostname); free_key(p->public_key); - free_key(p->key); + free_key(p->datakey); free(p); cp }