X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.c;h=cd63ad0b094ac5b684d57c4e01a03defd3be8c51;hp=625c7094115d1924ef845168b31e5f2fcbdb2aeb;hb=e4f3d93ec62871d1ae11b460627aef0da1b23cd2;hpb=a26081467c197cc6b26a0c36c4508361b242fc85 diff --git a/src/protocol.c b/src/protocol.c index 625c7094..cd63ad0b 100644 --- a/src/protocol.c +++ b/src/protocol.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: protocol.c,v 1.28.4.86 2001/03/13 21:33:31 guus Exp $ + $Id: protocol.c,v 1.28.4.87 2001/05/07 19:08:46 guus Exp $ */ #include "config.h" @@ -915,7 +915,7 @@ cp int del_host_h(connection_t *cl) { char name[MAX_STRING_SIZE]; - ip_t address; + ipv4_t address; port_t port; long int options; connection_t *old, *p;