commit | 5b095d98928fdb9e3b75be20a54b7a6cbf6ca9ad | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Wed Oct 29 12:52:50 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 29 12:52:50 2008 -0700 |
tree | b6caa0cdbaac016447a790881ad4a6c5dfce6900 | |
parent | 4b7a4274ca63dadd9c4f17fc953f3a5d19855c4c [diff] [blame] |
net: replace %p6 with %pI6 Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/net/ipv6/ah6.c b/net/ipv6/ah6.c index 9bc43f2..7a8a013 100644 --- a/net/ipv6/ah6.c +++ b/net/ipv6/ah6.c
@@ -419,7 +419,7 @@ if (!x) return; - NETDEBUG(KERN_DEBUG "pmtu discovery on SA AH/%08x/%p6\n", + NETDEBUG(KERN_DEBUG "pmtu discovery on SA AH/%08x/%pI6\n", ntohl(ah->spi), &iph->daddr); xfrm_state_put(x);