Skip to content

Commit

Permalink
fixed a bug that the stack does not reply with MLDv2 IS_EX report for…
Browse files Browse the repository at this point in the history
… MLDv2 general query

Reported by: Yu-Jung Lee
  • Loading branch information
suz committed Mar 31, 2006
1 parent 39b5511 commit a81d3ba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion kame/sys/netinet6/mldv2.c
@@ -1,4 +1,4 @@
/* $KAME: mldv2.c,v 1.58 2006/03/28 08:50:37 suz Exp $ */
/* $KAME: mldv2.c,v 1.59 2006/03/31 04:10:27 suz Exp $ */

/*
* Copyright (c) 2002 INRIA. All rights reserved.
Expand Down Expand Up @@ -1555,6 +1555,8 @@ mld_send_current_state_report(in6m)
return EOPNOTSUPP; /* XXX source address insert didn't
* finished. strange... */
}
if (m != NULL)
mld_sendbuf(m, in6m->in6m_ifp);
} else {
while (1) {
/* XXX Some security implication? */
Expand Down

0 comments on commit a81d3ba

Please sign in to comment.