]> err.no Git - linux-2.6/blobdiff - net/netfilter/xt_dccp.c
[SECMARK]: Add CONNSECMARK xtables target
[linux-2.6] / net / netfilter / xt_dccp.c
index dfb10b648e570c0fce716bdae0644349f66357b9..2e2f825dad4c35744d0121aafbe1e74e7bd362c5 100644 (file)
@@ -101,8 +101,7 @@ match(const struct sk_buff *skb,
       unsigned int protoff,
       int *hotdrop)
 {
-       const struct xt_dccp_info *info = 
-                               (const struct xt_dccp_info *)matchinfo;
+       const struct xt_dccp_info *info = matchinfo;
        struct dccp_hdr _dh, *dh;
 
        if (offset)