All of lore.kernel.org
 help / color / mirror / Atom feed
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: fix incorrect __exit attribute
Date: Sat, 25 Feb 2006 10:07:21 +0100	[thread overview]
Message-ID: <44001E49.1050806@trash.net> (raw)

[-- 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);

                 reply	other threads:[~2006-02-25  9:07 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=44001E49.1050806@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.