You did miss the "---" after SOB ;) On 1/15/14, Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx> wrote: > This is C not shell script > > Signed-off-by: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx> > > --- a/net/ipv4/netfilter.c 2013-12-31 17:45:31.993942921 -0800 > +++ b/net/ipv4/netfilter.c 2014-01-15 08:10:49.793785943 -0800 > @@ -61,7 +61,7 @@ int ip_route_me_harder(struct sk_buff *s > skb_dst_set(skb, NULL); > dst = xfrm_lookup(net, dst, flowi4_to_flowi(&fl4), skb->sk, 0); > if (IS_ERR(dst)) > - return PTR_ERR(dst);; > + return PTR_ERR(dst); > skb_dst_set(skb, dst); > } > #endif > -- > To unsubscribe from this list: send the line "unsubscribe netdev" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html