]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/netfilter/xt_dccp.c
splice: handle try_to_release_page() failure
[linux-2.6-omap-h63xx.git] / net / netfilter / xt_dccp.c
index 667f45e72cd96a7e5a7a96de12974fe863e7fe0b..8b6522186d9f9151b86c0bc28c6a34d81bb7134f 100644 (file)
@@ -98,7 +98,8 @@ dccp_mt(const struct sk_buff *skb, const struct net_device *in,
         const void *matchinfo, int offset, unsigned int protoff, bool *hotdrop)
 {
        const struct xt_dccp_info *info = matchinfo;
-       struct dccp_hdr _dh, *dh;
+       const struct dccp_hdr *dh;
+       struct dccp_hdr _dh;
 
        if (offset)
                return false;