Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Dec 2008 04:05:47 +0000 (UTC)
From:      Kip Macy <kmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r185833 - user/kmacy/head_arpv2/sys/netinet6
Message-ID:  <200812100405.mBA45lhW014305@svn.freebsd.org>

index | next in thread | raw e-mail

Author: kmacy
Date: Wed Dec 10 04:05:46 2008
New Revision: 185833
URL: http://svn.freebsd.org/changeset/base/185833

Log:
  add missed lle unlock

Modified:
  user/kmacy/head_arpv2/sys/netinet6/ip6_input.c

Modified: user/kmacy/head_arpv2/sys/netinet6/ip6_input.c
==============================================================================
--- user/kmacy/head_arpv2/sys/netinet6/ip6_input.c	Wed Dec 10 03:47:21 2008	(r185832)
+++ user/kmacy/head_arpv2/sys/netinet6/ip6_input.c	Wed Dec 10 04:05:46 2008	(r185833)
@@ -561,6 +561,7 @@ passin:
 		LLE_RUNLOCK(lle);
 		goto hbhcheck;
 	}
+	LLE_RUNLOCK(lle);
 
 	if (ip6_forward_rt.ro_rt != NULL &&
 	    (ip6_forward_rt.ro_rt->rt_flags & RTF_UP) != 0 &&


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812100405.mBA45lhW014305>