projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8f1c08
)
[NETFILTER]: nf_nat_h323: call set_h225_addr instead of set_h225_addr_hook
author
Jing Min Zhao
<zhaojingmin@vivecode.com>
Thu, 24 May 2007 23:44:40 +0000
(16:44 -0700)
committer
David S. Miller
<davem@davemloft.net>
Thu, 24 May 2007 23:44:40 +0000
(16:44 -0700)
They're the same.
Signed-off-by: Jing Min Zhao <zhaojingmin@vivecode.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/nf_nat_h323.c
patch
|
blob
|
history
diff --git
a/net/ipv4/netfilter/nf_nat_h323.c
b/net/ipv4/netfilter/nf_nat_h323.c
index
fcebc96
..
c5d2a2d
100644
(file)
--- a/
net/ipv4/netfilter/nf_nat_h323.c
+++ b/
net/ipv4/netfilter/nf_nat_h323.c
@@
-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);