summaryrefslogtreecommitdiffstats
path: root/sys/netinet6
diff options
context:
space:
mode:
authorsuz <suz@FreeBSD.org>2005-08-18 11:11:27 +0000
committersuz <suz@FreeBSD.org>2005-08-18 11:11:27 +0000
commit1dd6384f2b469c080a78b5e3e47d7a341733de1e (patch)
tree1260978ae121286f4d786302787ccec4dce9f888 /sys/netinet6
parent208685f8882a7f457fb00a5a61b16bf763d2a8f3 (diff)
downloadFreeBSD-src-1dd6384f2b469c080a78b5e3e47d7a341733de1e.zip
FreeBSD-src-1dd6384f2b469c080a78b5e3e47d7a341733de1e.tar.gz
added a missing unlock (just do the same thing as in netinet/raw_ip.c)
Obtained from: KAME MFC after: 3 days
Diffstat (limited to 'sys/netinet6')
-rw-r--r--sys/netinet6/raw_ip6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet6/raw_ip6.c b/sys/netinet6/raw_ip6.c
index 475d7fa..c1bf315 100644
--- a/sys/netinet6/raw_ip6.c
+++ b/sys/netinet6/raw_ip6.c
@@ -220,6 +220,7 @@ docontinue:
#endif /*IPSEC*/
ip6stat.ip6s_delivered--;
/* do not inject data into pcb */
+ INP_UNLOCK(last);
} else
#endif /*IPSEC || FAST_IPSEC*/
if (last) {
OpenPOWER on IntegriCloud