X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnetutl.c;h=562b105dfb90fd25f605945442909f1f4db809c8;hp=200f77689105a2dcae2c390f08f840b76ad15e81;hb=343c8fb6388ffd4f5c41cebd666aa8a045b20bdd;hpb=07a08f5539f441e66946d1db1711dc584f8621c4 diff --git a/src/netutl.c b/src/netutl.c index 200f7768..562b105d 100644 --- a/src/netutl.c +++ b/src/netutl.c @@ -1,7 +1,7 @@ /* netutl.c -- some supporting network utility code - Copyright (C) 1998,1999,2000 Ivo Timmermans - 2000 Guus Sliepen + Copyright (C) 1998-2001 Ivo Timmermans + 2000,2001 Guus Sliepen 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 @@ -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: netutl.c,v 1.12.4.17 2001/01/07 15:25:44 guus Exp $ + $Id: netutl.c,v 1.12.4.19 2001/05/07 19:08:46 guus Exp $ */ #include "config.h" @@ -106,7 +106,7 @@ cp } ip = xmalloc(sizeof(*ip)); - ip->address = ntohl(*((ip_t*)(h->h_addr_list[0]))); + ip->address = ntohl(*((ipv4_t*)(h->h_addr_list[0]))); ip->mask = masker ? ~((1 << (32 - masker)) - 1) : 0; cp