Skip to content

Commit

Permalink
NULL -> 0
Browse files Browse the repository at this point in the history
  • Loading branch information
jinmei committed Jul 5, 2004
1 parent e44c91d commit c3f1f8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/sys/netinet6/nd6_rtr.c
@@ -1,4 +1,4 @@
/* $KAME: nd6_rtr.c,v 1.253 2004/07/05 03:10:14 jinmei Exp $ */
/* $KAME: nd6_rtr.c,v 1.254 2004/07/05 06:24:29 jinmei Exp $ */

/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
Expand Down Expand Up @@ -1803,7 +1803,7 @@ pfxlist_onlink_check()
ifa->ia6_flags &= ~IN6_IFF_DETACHED;
ifa->ia6_flags |= IN6_IFF_TENTATIVE;
nd6_dad_start((struct ifaddr *)ifa,
NULL);
0);
}
} else
ifa->ia6_flags |= IN6_IFF_DETACHED;
Expand Down

0 comments on commit c3f1f8e

Please sign in to comment.