svn commit: r291987 - stable/10/sys/netinet6

Andrey V. Elsukov ae at FreeBSD.org
Tue Dec 8 07:31:27 UTC 2015


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;


More information about the svn-src-stable mailing list