This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / net / core / dst.c
index 8755f0d..42aeae5 100644 (file)
@@ -106,9 +106,9 @@ static int dst_discard_in(struct sk_buff *skb)
        return 0;
 }
 
-static int dst_discard_out(struct sk_buff *skb)
+static int dst_discard_out(struct sk_buff **pskb)
 {
-       kfree_skb(skb);
+       kfree_skb(*pskb);
        return 0;
 }