Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56988
b: refs/heads/master
c: 1ff75ed
h: refs/heads/master
v: v3
  • Loading branch information
Jing Min Zhao authored and David S. Miller committed May 24, 2007
1 parent bc1a75a commit acfa01b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: f8f1c08eaef838e22bf427665da87cfa73e5074d
refs/heads/master: 1ff75ed254bdbb47bb0c1d71a3cc65f6831a8e3a
6 changes: 3 additions & 3 deletions trunk/net/ipv4/netfilter/nf_nat_h323.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,9 +455,9 @@ static int nat_q931(struct sk_buff **pskb, struct nf_conn *ct,
if (idx > 0 &&
get_h225_addr(ct, *data, &taddr[0], &addr, &port) &&
(ntohl(addr.ip) & 0xff000000) == 0x7f000000) {
set_h225_addr_hook(pskb, data, 0, &taddr[0],
&ct->tuplehash[!dir].tuple.dst.u3,
info->sig_port[!dir]);
set_h225_addr(pskb, data, 0, &taddr[0],
&ct->tuplehash[!dir].tuple.dst.u3,
info->sig_port[!dir]);
}
} else {
nf_conntrack_unexpect_related(exp);
Expand Down

0 comments on commit acfa01b

Please sign in to comment.