summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorae <ae@FreeBSD.org>2015-12-08 07:31:26 +0000
committerae <ae@FreeBSD.org>2015-12-08 07:31:26 +0000
commit0f5a92c989e527a15042aa0cb356fd0cb1359152 (patch)
treecd95857503783f3ea69f14fb8887c8fa31d4a607
parent44a32abb981e70865c8ffcd969e52b002fb7537a (diff)
downloadFreeBSD-src-0f5a92c989e527a15042aa0cb356fd0cb1359152.zip
FreeBSD-src-0f5a92c989e527a15042aa0cb356fd0cb1359152.tar.gz
Fix typo in r291986.
(this is derect commit to stable/10)
-rw-r--r--sys/netinet6/mld6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/mld6.c b/sys/netinet6/mld6.c
index 9931915..6e0f95d 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;
OpenPOWER on IntegriCloud