Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64065
b: refs/heads/master
c: 45241a7
h: refs/heads/master
i:
  64063: 4805df0
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Aug 14, 2007
1 parent 8235dc7 commit 2b9fd7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: aa584eda5d2002097de9f608b362d9150730abd7
refs/heads/master: 45241a7a07537266eec363593ef377a1e6b7db7f
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/nf_nat_sip.c
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ static unsigned int ip_nat_sip(struct sk_buff **pskb,
dataoff = ip_hdrlen(*pskb) + sizeof(struct udphdr);
datalen = (*pskb)->len - dataoff;
if (datalen < sizeof("SIP/2.0") - 1)
return NF_DROP;
return NF_ACCEPT;

addr_map_init(ct, &map);

Expand Down

0 comments on commit 2b9fd7d

Please sign in to comment.