From ac64983c352cecd3cf5228964f9b3c276af60f45 Mon Sep 17 00:00:00 2001 From: ae Date: Tue, 8 Dec 2015 07:31:26 +0000 Subject: [PATCH] Fix typo in r291986. (this is derect commit to stable/10) git-svn-id: svn://svn.freebsd.org/base/stable/10@291987 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f --- sys/netinet6/mld6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/netinet6/mld6.c b/sys/netinet6/mld6.c index 9931915d6..6e0f95d54 100644 --- a/sys/netinet6/mld6.c +++ b/sys/netinet6/mld6.c @@ -2995,7 +2995,7 @@ mld_v2_dispatch_general_query(struct mld_ifinfo *mli) * many packets, we should finish sending them before starting of * queuing the new reply. */ - if (mli->mli_gq.ifq_head != NULL) { + if (mli->mli_gq.ifq_head != NULL) goto send; ifp = mli->mli_ifp; -- 2.45.0