]> Pileus Git - ~andy/linux/blobdiff - net/ipv6/exthdrs.c
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
[~andy/linux] / net / ipv6 / exthdrs.c
index a89051468359718ba9d87f80c969c646b9853a6d..1c7f400a3cfe5d58e95233de5a785b293d2fbeae 100644 (file)
@@ -219,7 +219,7 @@ static int ipv6_dest_hao(struct sk_buff *skb, int optoff)
 
        if (!(ipv6_addr_type(&hao->addr) & IPV6_ADDR_UNICAST)) {
                LIMIT_NETDEBUG(
-                       KERN_DEBUG "hao is not an unicast addr: %p6\n", &hao->addr);
+                       KERN_DEBUG "hao is not an unicast addr: %pI6\n", &hao->addr);
                goto discard;
        }