commit | d06dbaf6c2c7187938f3f6745d9e4938a2d0ec47 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Thu Jul 08 10:47:16 2010 -0700 |
committer | Sage Weil <sage@newdream.net> | Thu Jul 08 16:49:53 2010 -0700 |
tree | 472cfd72bcc15d7a7323a58a8698bab6ec7f33f1 | |
parent | b0bbb0be8f7fbf6d366b359e034c78a96c4e274d [diff] |
ceph: fix printing of ipv6 addrs 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>