Skip to content

Commit

Permalink
sync with mld6.c Rev 1.101 (0 is not NULL)
Browse files Browse the repository at this point in the history
  • Loading branch information
suz committed Jun 14, 2004
1 parent d175ecd commit d043cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kame/sys/netinet6/mldv2.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* $KAME: mldv2.c,v 1.23 2004/05/26 07:41:31 itojun Exp $ */
/* $KAME: mldv2.c,v 1.24 2004/06/14 07:30:54 suz Exp $ */

/*
* Copyright (c) 2002 INRIA. All rights reserved.
Expand Down Expand Up @@ -2844,7 +2844,7 @@ in6_addmulti2(maddr6, ifp, errorp, numsrc, src, mode, init)
*errorp = if_addmulti(ifp, (struct sockaddr *)&sa6, &ifma);
if (*errorp) {
splx(s);
return 0;
return NULL;
}

/*
Expand Down

0 comments on commit d043cb0

Please sign in to comment.