From: Patrick McHardy <kaber@trash.net>
To: Jing Min Zhao <zhaojingmin@hotmail.com>
Cc: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Subject: [NETFILTER]: H.323 helper: Missing module owner initialization
Date: Sat, 25 Feb 2006 10:06:54 +0100 [thread overview]
Message-ID: <44001E2E.5070708@trash.net> (raw)
[-- Attachment #1: 04.diff --]
[-- Type: text/x-patch, Size: 1079 bytes --]
[NETFILTER]: H.323 helper: Missing module owner initialization
Signed-off-by: Patrick McHardy <kaber@trash.net>
---
commit 5f82d1be86080aa5981557cf1431b1f96c636c20
tree a114daf1fa3624a78dd1ab0853c807c2fb61c134
parent 9141da3e4912a8df591add5ea10dc55b5df83c21
author Patrick McHardy <kaber@trash.net> Thu, 23 Feb 2006 19:06:25 +0100
committer Patrick McHardy <kaber@trash.net> Thu, 23 Feb 2006 19:06:25 +0100
net/ipv4/netfilter/ip_conntrack_helper_h323.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/net/ipv4/netfilter/ip_conntrack_helper_h323.c b/net/ipv4/netfilter/ip_conntrack_helper_h323.c
index 212e258..0250055 100644
--- a/net/ipv4/netfilter/ip_conntrack_helper_h323.c
+++ b/net/ipv4/netfilter/ip_conntrack_helper_h323.c
@@ -458,6 +458,7 @@ out_unlock:
/****************************************************************************/
static struct ip_conntrack_helper ip_conntrack_helper_h245 = {
.name = "H.245",
+ .me = THIS_MODULE,
.max_expected = H323_CHANNEL_MAX * 2,
.timeout = 240,
.tuple = {.dst = {.protonum = IPPROTO_TCP}},
reply other threads:[~2006-02-25 9:06 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=44001E2E.5070708@trash.net \
--to=kaber@trash.net \
--cc=netfilter-devel@lists.netfilter.org \
--cc=zhaojingmin@hotmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.