dect
/
linux-2.6
Archived
13
0
Fork 0

[NETFILTER]: Missing unlock in TCP connection tracking error path

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Patrick McHardy 2005-09-06 15:11:10 -07:00 committed by David S. Miller
parent 49719eb355
commit e446639939
1 changed files with 1 additions and 0 deletions

View File

@ -349,6 +349,7 @@ static int tcp_to_nfattr(struct sk_buff *skb, struct nfattr *nfa,
return 0;
nfattr_failure:
read_unlock_bh(&tcp_lock);
return -1;
}
#endif