git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0bbb0b
)
ceph: fix printing of ipv6 addrs
author
Sage Weil
<sage@newdream.net>
Thu, 8 Jul 2010 17:47:16 +0000
(10:47 -0700)
committer
Sage Weil
<sage@newdream.net>
Thu, 8 Jul 2010 23:49:53 +0000
(16:49 -0700)
The buffer was too small. Make it bigger, use snprintf(), put brackets
around the ipv6 address to avoid mixing it up with the :port, and use the
ever-so-handy %pI[46] formats.
Signed-off-by: Sage Weil <sage@newdream.net>
No differences found