]> err.no Git - linux-2.6/blobdiff - net/ipv6/ipcomp6.c
[NETFILTER]: Check policy length in policy match strict mode
[linux-2.6] / net / ipv6 / ipcomp6.c
index 626dd39685f2c43675871206fb1d7d360b273359..d511a884dad07504fb73aeb5bf134086aff3c152 100644 (file)
@@ -212,8 +212,7 @@ static void ipcomp6_err(struct sk_buff *skb, struct inet6_skb_parm *opt,
        if (!x)
                return;
 
-       printk(KERN_DEBUG "pmtu discovery on SA IPCOMP/%08x/"
-                       "%04x:%04x:%04x:%04x:%04x:%04x:%04x:%04x\n",
+       printk(KERN_DEBUG "pmtu discovery on SA IPCOMP/%08x/" NIP6_FMT "\n",
                        spi, NIP6(iph->daddr));
        xfrm_state_put(x);
 }