added a missing unlock (just do the same thing as in netinet/raw_ip.c)
Obtained from: KAME MFC after: 3 days
This commit is contained in:
parent
5eaf9703df
commit
2af9b91993
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user