netfilter: conntrack: don't report events on module removal
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 2 Jun 2009 18:08:38 +0000 (20:08 +0200)
committerpablo <pablo@1984.(none)>
Tue, 2 Jun 2009 18:08:38 +0000 (20:08 +0200)
During the module removal there are no possible event listeners
since ctnetlink must be removed before to allow removing
nf_conntrack. This patch removes the event reporting for the
module removal case which is not of any use in the existing code.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

No differences found