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

[-- Attachment #1: 05.diff --]
[-- Type: text/x-patch, Size: 1121 bytes --]

[NETFILTER]: H.323 helper: fix incorrect __exit attribute

Signed-off-by: Patrick McHardy <kaber@trash.net>

---
commit 134aa8950c66de37bd644e7826c4d5cb1f1535ab
tree 70502408972e3e9b98fa65ab0b1d4006c240de69
parent 5f82d1be86080aa5981557cf1431b1f96c636c20
author Patrick McHardy <kaber@trash.net> Thu, 23 Feb 2006 19:10:10 +0100
committer Patrick McHardy <kaber@trash.net> Thu, 23 Feb 2006 19:10:10 +0100

 net/ipv4/netfilter/ip_conntrack_helper_h323.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/net/ipv4/netfilter/ip_conntrack_helper_h323.c b/net/ipv4/netfilter/ip_conntrack_helper_h323.c
index 0250055..5692b2f 100644
--- a/net/ipv4/netfilter/ip_conntrack_helper_h323.c
+++ b/net/ipv4/netfilter/ip_conntrack_helper_h323.c
@@ -1522,7 +1522,8 @@ static void ip_conntrack_ras_expect(stru
 }
 
 /****************************************************************************/
-static void __exit fini(void)
+/* Not __exit - called from init() */
+static void fini(void)
 {
 	ip_conntrack_helper_unregister(&ip_conntrack_helper_ras);
 	ip_conntrack_helper_unregister(&ip_conntrack_helper_q931);

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

only message in thread, other threads:[~2006-02-25  9:07 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:07 [NETFILTER]: H.323 helper: fix incorrect __exit attribute 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.