Skip to content

Commit

Permalink
typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
keiichi committed Jul 31, 2003
1 parent 777b63f commit f5a5f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/sys/netinet6/mobility6.c
@@ -1,4 +1,4 @@
/* $KAME: mobility6.c,v 1.24 2003/07/31 09:56:40 keiichi Exp $ */
/* $KAME: mobility6.c,v 1.25 2003/07/31 12:16:02 keiichi Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -190,7 +190,7 @@ mobility6_input(mp, offp, proto)
case IP6M_BINDING_REQUEST:
if (!MIP6_IS_MN)
break;
if (mip6_ip6mr_input(m, (struct ip6m_careof_test *)mh6,
if (mip6_ip6mr_input(m, (struct ip6m_binding_request *)mh6,
mh6len) != 0)
return (IPPROTO_DONE);
break;
Expand Down

0 comments on commit f5a5f19

Please sign in to comment.