[DECNET]: Fix input routing bug
[safe/jmp/linux-2.6] / net / ipv6 / xfrm6_output.c
index db58104..c260ea1 100644 (file)
@@ -65,7 +65,7 @@ static int xfrm6_output_one(struct sk_buff *skb)
                if (err)
                        goto error;
 
-               err = x->mode->output(skb);
+               err = x->mode->output(x, skb);
                if (err)
                        goto error;