commit | 35341a61597ea160b0b8d8a91052c62eb4be8dba | [log] [tgz] |
---|---|---|
author | Taehee Yoo <ap420073@gmail.com> | Sun Apr 08 23:59:34 2018 +0900 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Apr 24 10:29:14 2018 +0200 |
tree | 464fee70287160b15956688c558a4411c01ed21f | |
parent | 2eb0f624b709e78ec8e2f4c3412947703db99301 [diff] |
netfilter: add __exit mark to helper modules There are no __exit mark in the helper modules. because these exit functions used to be called by init function but now that is not. so we can add __exit mark. Signed-off-by: Taehee Yoo <ap420073@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>