]> err.no Git - linux-2.6/blobdiff - net/netfilter/nf_queue.c
[NETFILTER]: xt_iprange: fix typo in address family
[linux-2.6] / net / netfilter / nf_queue.c
index 77965114b091a899ff43e7d6df81ca378abf50f1..bfc2928c19120f4c5994ae616066b1f030ba2a01 100644 (file)
@@ -119,7 +119,7 @@ static int __nf_queue(struct sk_buff *skb,
        struct net_device *physindev;
        struct net_device *physoutdev;
 #endif
-       struct nf_afinfo *afinfo;
+       const struct nf_afinfo *afinfo;
        const struct nf_queue_handler *qh;
 
        /* QUEUE == DROP if noone is waiting, to be safe. */
@@ -233,7 +233,7 @@ void nf_reinject(struct nf_queue_entry *entry, unsigned int verdict)
 {
        struct sk_buff *skb = entry->skb;
        struct list_head *elem = &entry->elem->list;
-       struct nf_afinfo *afinfo;
+       const struct nf_afinfo *afinfo;
 
        rcu_read_lock();