diff options
author | ae <ae@FreeBSD.org> | 2015-12-08 07:31:26 +0000 |
---|---|---|
committer | ae <ae@FreeBSD.org> | 2015-12-08 07:31:26 +0000 |
commit | 0f5a92c989e527a15042aa0cb356fd0cb1359152 (patch) | |
tree | cd95857503783f3ea69f14fb8887c8fa31d4a607 /sys/netinet6 | |
parent | 44a32abb981e70865c8ffcd969e52b002fb7537a (diff) | |
download | FreeBSD-src-0f5a92c989e527a15042aa0cb356fd0cb1359152.zip FreeBSD-src-0f5a92c989e527a15042aa0cb356fd0cb1359152.tar.gz |
Fix typo in r291986.
(this is derect commit to stable/10)
Diffstat (limited to 'sys/netinet6')
-rw-r--r-- | sys/netinet6/mld6.c | 2 |
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; |