From 0f5a92c989e527a15042aa0cb356fd0cb1359152 Mon Sep 17 00:00:00 2001 From: ae Date: Tue, 8 Dec 2015 07:31:26 +0000 Subject: Fix typo in r291986. (this is derect commit to stable/10) --- 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 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; -- cgit v1.1