* [PATCH] H.323: Call set_h225_addr instead of set_h225_addr_hook
@ 2007-05-18 17:24 Jing Min Zhao
2007-05-24 18:59 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Jing Min Zhao @ 2007-05-18 17:24 UTC (permalink / raw)
To: Patrick McHardy; +Cc: Netfilter Development Mailinglist
They're the same.
Signed-off-by: Jing Min Zhao <zhaojingmin@vivecode.com>
---
net/ipv4/netfilter/nf_nat_h323.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/net/ipv4/netfilter/nf_nat_h323.c b/net/ipv4/netfilter/nf_nat_h323.c
index fcebc96..c5d2a2d 100644
--- 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);
--
1.4.4.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] H.323: Call set_h225_addr instead of set_h225_addr_hook
2007-05-18 17:24 [PATCH] H.323: Call set_h225_addr instead of set_h225_addr_hook Jing Min Zhao
@ 2007-05-24 18:59 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2007-05-24 18:59 UTC (permalink / raw)
To: Jing Min Zhao; +Cc: Netfilter Development Mailinglist
Jing Min Zhao wrote:
> They're the same.
Also applied, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-05-24 18:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-18 17:24 [PATCH] H.323: Call set_h225_addr instead of set_h225_addr_hook Jing Min Zhao
2007-05-24 18:59 ` Patrick McHardy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.