[NETFILTER]: add some consts, remove some casts
[deliverable/linux.git] / net / netfilter / xt_NFLOG.c
index 0c6f2838cc986803f75999b6c59e17946ed63dc2..20e55d588a3c2fe5fcbe15404129a164b99b7134 100644 (file)
@@ -43,7 +43,7 @@ nflog_checkentry(const char *tablename, const void *entry,
                 const struct xt_target *target, void *targetinfo,
                 unsigned int hookmask)
 {
-       struct xt_nflog_info *info = targetinfo;
+       const struct xt_nflog_info *info = targetinfo;
 
        if (info->flags & ~XT_NFLOG_MASK)
                return false;
This page took 0.035762 seconds and 5 git commands to generate.