Date: Tue, 8 Dec 2015 07:31:26 +0000 (UTC) From: "Andrey V. Elsukov" <ae@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org Subject: svn commit: r291987 - stable/10/sys/netinet6 Message-ID: <201512080731.tB87VQ53073555@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ae Date: Tue Dec 8 07:31:26 2015 New Revision: 291987 URL: https://svnweb.freebsd.org/changeset/base/291987 Log: Fix typo in r291986. (this is derect commit to stable/10) Modified: stable/10/sys/netinet6/mld6.c Modified: stable/10/sys/netinet6/mld6.c ============================================================================== --- stable/10/sys/netinet6/mld6.c Tue Dec 8 07:26:16 2015 (r291986) +++ stable/10/sys/netinet6/mld6.c Tue Dec 8 07:31:26 2015 (r291987) @@ -2995,7 +2995,7 @@ mld_v2_dispatch_general_query(struct mld * 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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512080731.tB87VQ53073555>