Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 377431
b: refs/heads/master
c: 5aed938
h: refs/heads/master
i:
  377429: c5811f9
  377427: a536f76
  377423: d6b432d
v: v3
  • Loading branch information
Balazs Peter Odor authored and Pablo Neira Ayuso committed Jun 24, 2013
1 parent 70bf9cc commit d7e70fa
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 142dcdd3c25fc7a3866bb06980e8f93a2ed7e050
refs/heads/master: 5aed93875cd88502f04a0d4517b8a2d89a849773
3 changes: 2 additions & 1 deletion trunk/net/netfilter/nf_nat_sip.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,10 @@ static unsigned int nf_nat_sip(struct sk_buff *skb, unsigned int protoff,
&ct->tuplehash[!dir].tuple.src.u3,
false);
if (!mangle_packet(skb, protoff, dataoff, dptr, datalen,
poff, plen, buffer, buflen))
poff, plen, buffer, buflen)) {
nf_ct_helper_log(skb, ct, "cannot mangle received");
return NF_DROP;
}
}

/* The rport= parameter (RFC 3581) contains the port number
Expand Down

0 comments on commit d7e70fa

Please sign in to comment.