X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fsubnet.c;h=525c14e9849d56d0472b66d2a2e8f6e3d990f092;hp=954d5d0a1e0747b59252b8c9331e35c3a817c83f;hb=4fda4560bbdd41e217ce0e1a90ba98c79e4f3519;hpb=5ffeb13d65313d5a191a605690a4f8fdf1604b48 diff --git a/src/subnet.c b/src/subnet.c index 954d5d0a..525c14e9 100644 --- a/src/subnet.c +++ b/src/subnet.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: subnet.c,v 1.1.2.31 2002/02/20 17:16:15 guus Exp $ + $Id: subnet.c,v 1.1.2.32 2002/03/11 11:23:04 guus Exp $ */ #include "config.h" @@ -233,7 +233,7 @@ cp subnet->type = SUBNET_IPV6; subnet->net.ipv6.masklength = 128; for(i = 0; i < 8; i++) - subnet->net.ipv6.address.x[i] = htons(x[i]); + subnet->net.ipv6.address.x[i] = htons(x[i]); return subnet; }