X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=net%2Fipv4%2Fxfrm4_protocol.c;h=dccefa9d84cfd93d7de0f86bc904ab6c37bc5a92;hb=65e8627aad0b9ef24d282296f4d3a1638a2438e6;hp=a2ce0101eaac846b1e36e69a5a89c804ca247c44;hpb=5e2aa2ed08e2e280121dc7cf5609c87d464f12ef;p=cascardo%2Flinux.git diff --git a/net/ipv4/xfrm4_protocol.c b/net/ipv4/xfrm4_protocol.c index a2ce0101eaac..dccefa9d84cf 100644 --- a/net/ipv4/xfrm4_protocol.c +++ b/net/ipv4/xfrm4_protocol.c @@ -124,7 +124,7 @@ static int xfrm4_ah_rcv(struct sk_buff *skb) for_each_protocol_rcu(ah4_handlers, handler) if ((ret = handler->handler(skb)) != -EINVAL) - return ret;; + return ret; icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0);