All of lore.kernel.org
 help / color / mirror / Atom feed
* [NETFILTER]: H.323 helper: Missing module owner initialization
@ 2006-02-25  9:06 Patrick McHardy
  0 siblings, 0 replies; only message in thread
From: Patrick McHardy @ 2006-02-25  9:06 UTC (permalink / raw)
  To: Jing Min Zhao; +Cc: Netfilter Development Mailinglist

[-- 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}},

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-02-25  9:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-25  9:06 [NETFILTER]: H.323 helper: Missing module owner initialization 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.