commit | 224a05975ebbbdf507c65043f8aba280ccb39e6e | [log] [tgz] |
---|---|---|
author | Ken-ichirou MATSUZAWA <chamaken@gmail.com> | Mon Oct 05 11:49:56 2015 +0900 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Oct 05 17:32:13 2015 +0200 |
tree | e4288887883783185579297d0f0c212a9bb84915 | |
parent | 83f3e94d3477d79e603a1cf4c3e0c14da0f02688 [diff] |
netfilter: ctnetlink: add const qualifier to nfnl_hook.get_ct get_ct as is and will not update its skb argument, and users of nfnl_ct_hook is currently only nfqueue, we can add const qualifier. Signed-off-by: Ken-ichirou MATSUZAWA <chamas@h4.dion.ne.jp>