Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112095
b: refs/heads/master
c: a5c3a80
h: refs/heads/master
i:
  112093: 134c089
  112091: fc762b4
  112087: 1aa8b55
  112079: 1bb272b
  112063: 0674544
v: v3
  • Loading branch information
Alexey Dobriyan authored and Patrick McHardy committed Oct 8, 2008
1 parent 650c2a9 commit 57e49e6
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: 08f6547d266fdba087f7fa7963fc0610be5b7cd7
refs/heads/master: a5c3a8005cb7a36ebcc5b849f6045069ce4f7ca8
3 changes: 2 additions & 1 deletion trunk/net/netfilter/nf_conntrack_sip.c
Original file line number Diff line number Diff line change
Expand Up @@ -736,6 +736,7 @@ static int set_expected_rtp_rtcp(struct sk_buff *skb,
struct nf_conntrack_expect *exp, *rtp_exp, *rtcp_exp;
enum ip_conntrack_info ctinfo;
struct nf_conn *ct = nf_ct_get(skb, &ctinfo);
struct net *net = nf_ct_net(ct);
enum ip_conntrack_dir dir = CTINFO2DIR(ctinfo);
union nf_inet_addr *saddr;
struct nf_conntrack_tuple tuple;
Expand Down Expand Up @@ -775,7 +776,7 @@ static int set_expected_rtp_rtcp(struct sk_buff *skb,

rcu_read_lock();
do {
exp = __nf_ct_expect_find(&init_net, &tuple);
exp = __nf_ct_expect_find(net, &tuple);

if (!exp || exp->master == ct ||
nfct_help(exp->master)->helper != nfct_help(ct)->helper ||
Expand Down

0 comments on commit 57e49e6

Please sign in to comment.