Merge tag 'for-linus-4.7-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
[deliverable/linux.git] / net / ipv4 / xfrm4_protocol.c
index a2ce0101eaac846b1e36e69a5a89c804ca247c44..dccefa9d84cfd93d7de0f86bc904ab6c37bc5a92 100644 (file)
@@ -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);
 
This page took 0.042961 seconds and 5 git commands to generate.